import { CMCComponentProps } from './base-component'; export interface EditEmailFormProps extends CMCComponentProps<{ onClose?: () => void; onVerify?: (success?: boolean) => void; }> { }