import { PluginObject } from 'vue'; import { ModulVue } from '../../../utils/vue/vue'; import { Link } from '../../message-page/message-page'; export declare class MErrorPageNotFound extends ModulVue { readonly title: string; readonly links: Link[]; readonly hints: string[]; readonly state: string; readonly svgName: string; beforeCreate(): void; } declare const ErrorPageNotFoundPlugin: PluginObject; export default ErrorPageNotFoundPlugin; //# sourceMappingURL=error-page-not-found.d.ts.map