interface IFooterCopyrigthProps { year?: string | number; by?: string; href?: string; aClass?: string; copyrightMessage?: string; } declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { href: string; aClass: string; year: string | number; by: string; copyrightMessage: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;