/// import { IFieldProps } from "../../common/field"; declare function MonthControl(props: IFieldProps): JSX.Element; export default MonthControl;