/// import { DisabledDataProps } from '../../date-picker'; interface QuarterProps { disabledDate?: DisabledDataProps; } declare function Quarter(props: QuarterProps): JSX.Element; export default Quarter;