import { EmailProps } from "@ducor/types";
export declare const Email: ({ label, withAsterisk, direction, name, helperText, id, placeholder, defaultValue, className, disabled, }: EmailProps) => import("react/jsx-runtime").JSX.Element;
