declare const _default: import("vue").DefineComponent<{}, { $props: Partial; appName: string; version: string; statusCode: number; statusMessage: string; description: string; stack: string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; declare const props: { readonly appName: string; readonly version: string; readonly statusCode: number; readonly statusMessage: string; readonly description: string; readonly stack: string; };