interface Props { company?: string; company_logo?: string; copyright_name?: string; copyright_year?: string; } declare const __VLS_export: import("vue").DefineComponent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSubmit?: ((data: Record) => any) | undefined; }>, { company: string; company_logo: string; copyright_name: string; copyright_year: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;