type __VLS_Props = { mail_driver: string; mail_host: string; mail_port: string; mail_username: string; mail_password: string; mail_encryption: string; mail_from: string; mail_from_name: string; mail_reply_to: string; mail_reply_to_name: string; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { submit: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onSubmit?: ((...args: any[]) => any) | undefined; }>, { mail_driver: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;