import { type ReactElement } from "react"; import { type IDashboardDateFilterProps } from "./types.js"; /** * Default implementation of the date filter to use on the dashboard's filter bar. * * This will use the SDK's DateFilter with the button styled same as we have it today on KD. * * @alpha */ export declare function DefaultDashboardDateFilter({ filter, workingFilter, onFilterChanged, config, readonly, autoOpen, ButtonComponent, overlayPositionType, tabId }: IDashboardDateFilterProps): ReactElement; //# sourceMappingURL=DefaultDashboardDateFilter.d.ts.map