declare const Email: ({ width, }: { width?: number | undefined; }) => JSX.Element; export default Email;