import React from "react"; declare const DateRangePicker: React.ForwardRefExoticComponent<{ className?: never; style?: never; } & { css?: never; as?: never; asChild?: never; } & Pick & Partial> & { onChange: (event: import("./types").OnChangeDateRangeReturnType) => void; value: [string, string]; toLabel?: string; fromLabel?: string; showPresets?: boolean; defaultValueFromPreset?: "today" | "yesterday" | "this_week" | "last_week" | "this_month" | "last_month" | "this_quarter" | "last_quarter" | "past_12_months" | "past_24_months" | "this_financial_year" | "last_financial_year"; } & React.RefAttributes>; export default DateRangePicker; //# sourceMappingURL=index.d.ts.map