export default contactUs; declare namespace contactUs { export const name: string; export const component: string; export namespace schema { const component_1: string; export { component_1 as component }; export const fields: ({ name: string; component: string; required?: undefined; } | { name: string; component: string; required: boolean; })[]; } export const sender: string; export const replyTo: string; export const from: string; export const subject: string; export const body: string; const fields_1: ({ component: string; name: string; label: string; required: boolean; block: boolean; fullWidth?: undefined; multiline?: undefined; rows?: undefined; rowsMax?: undefined; type?: undefined; icon?: undefined; } | { component: string; name: string; label: string; required: boolean; block?: undefined; fullWidth?: undefined; multiline?: undefined; rows?: undefined; rowsMax?: undefined; type?: undefined; icon?: undefined; } | { component: string; name: string; label: string; required: boolean; fullWidth: boolean; block?: undefined; multiline?: undefined; rows?: undefined; rowsMax?: undefined; type?: undefined; icon?: undefined; } | { component: string; name: string; label: string; required: boolean; multiline: boolean; rows: number; rowsMax: number; fullWidth: boolean; block?: undefined; type?: undefined; icon?: undefined; } | { component: string; name?: undefined; label?: undefined; required?: undefined; block?: undefined; fullWidth?: undefined; multiline?: undefined; rows?: undefined; rowsMax?: undefined; type?: undefined; icon?: undefined; } | { component: string; type: string; name: string; label: string; icon: string; required?: undefined; block?: undefined; fullWidth?: undefined; multiline?: undefined; rows?: undefined; rowsMax?: undefined; } | { component: string; name: string; label: string; icon: string; required?: undefined; block?: undefined; fullWidth?: undefined; multiline?: undefined; rows?: undefined; rowsMax?: undefined; type?: undefined; })[]; export { fields_1 as fields }; export const listeners: ({ event: string; actions: ({ component: string; store: string; message?: undefined; name?: undefined; value?: undefined; path?: undefined; } | { component: string; message: string; store?: undefined; name?: undefined; value?: undefined; path?: undefined; } | { component: string; name: string; value: boolean; store?: undefined; message?: undefined; path?: undefined; } | { component: string; path: string; store?: undefined; message?: undefined; name?: undefined; value?: undefined; })[]; } | { event: string; actions: { component: string; sender: string; replyTo: string; from: string; to: string; subject: string; body: string; detached: boolean; }[]; })[]; }