import type { DateTime } from '@gravity-ui/date-utils'; import type { DatePickerProps } from "../DatePicker/index.js"; import type { RangeValue } from "../types/index.js"; import "./RangeDatePicker.css"; export type RangeDatePickerProps = DatePickerProps>; export declare function RangeDatePicker({ className, ...props }: RangeDatePickerProps): import("react/jsx-runtime").JSX.Element;