import { IPickerWithActionProps, TDateRange } from "./types"; declare const TimeRangePicker: ({ defaultValue, value, onChange, onApply, onCancel, }: IPickerWithActionProps) => import("react/jsx-runtime").JSX.Element; export default TimeRangePicker;