import type { TableFilterProps } from "..";
export declare function TableFilterDateRangePickerFilter({ column, title, numberOfMonths, align, }: Pick<TableFilterProps, "column" | "title" | "numberOfMonths" | "align">): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=table-filter-date-range-picker.d.ts.map