import { TextWidgetProps } from "../TextWidget"; declare const EmailWidget: (props: TextWidgetProps) => JSX.Element; export default EmailWidget;