export default recoverPasswordEditor; declare namespace recoverPasswordEditor { 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; }[]; } const fields_1: ({ component: string; type: string; name: string; label: string; icon: string; } | { component: string; name: string; label: string; icon: string; type?: undefined; })[]; export { fields_1 as fields }; export const listeners: { event: string; actions: ({ component: string; store: string; message?: undefined; path?: undefined; } | { component: string; message: string; store?: undefined; path?: undefined; } | { component: string; path: string; store?: undefined; message?: undefined; })[]; }[]; }