export interface Props { textFieldName: string; description?: string; isLoading?: boolean; onCancelClick: () => void; onSaveClick: () => void; } declare const VendorEmailPopup: (props: Props) => import("react/jsx-runtime").JSX.Element; export default VendorEmailPopup;