import { Mandatory } from "../../../viewModel";
export interface FieldEmailProps {
    id: string;
    label: string;
    modelValue?: string;
    helperMessage?: string;
    placeholder?: string;
    mandatory: Mandatory;
    disabled?: boolean;
    validateOnMount?: boolean;
}
//# sourceMappingURL=viewModel.d.ts.map