/// import { ISingleDateBodyProps } from '../../types'; declare type IQuarterPickerBodyProps = ISingleDateBodyProps; declare const QuarterPickerBody: React.FC; export default QuarterPickerBody;