import React from 'react';
import { BoxProps } from '@mantine/core';
export type IVFFormValue = {
    IVFDate?: Date;
    dayTransfer?: string;
};
export declare const IVFForm: ({}: BoxProps) => React.JSX.Element;
