import React from 'react'; import { ClassNames, Styles } from '../../types'; type PeriodProps = { value: string; setValue?: (value: any) => void; styles?: Styles; classNames?: ClassNames; }; declare const _default: React.MemoExoticComponent<(props: PeriodProps) => JSX.Element>; export default _default; //# sourceMappingURL=period-picker.d.ts.map