import { FC } from 'react'; import { IRangeDatePickerV2Props } from './types'; export declare const RangeDatePickerV2: FC;