import { InputProps } from "./Input"; export declare type EmailInputProps = {} & InputProps; export declare const EmailInput: ({ ...props }: EmailInputProps) => import("@emotion/react/jsx-runtime").JSX.Element;