export default authenticatedContactUs; declare namespace authenticatedContactUs { const name: string; const component: string; const listeners: ({ event: string; actions: { component: string; name: string; value: { 'fields.captcha.hidden': boolean; 'fields.captcha.required': boolean; 'fields.email.hidden': boolean; }; }[]; } | { event: string; actions: ({ component: string; name: string; value: string; } | { component: string; name: string; value: boolean; })[]; })[]; }