import React from 'react';
import { BoxProps } from '@mantine/core';
export type ConceptionFormValue = {
    lastPeriodDate?: Date;
};
export declare const ConceptionForm: ({}: BoxProps) => React.JSX.Element;
