/// import { ISingleSpecialProps, IValueType, ISingleSpecialRelatedType } from './types'; export interface IQuarterPickerProps extends Omit, ISingleSpecialRelatedType { } export declare const QuarterPicker: (props: IQuarterPickerProps) => JSX.Element; export default QuarterPicker;