import { type ReactElement } from "react"; /** * This implementation of dashboard date filter keeps the filter hidden out of sight. The attribute filter itself * will still be in effect. * * @alpha */ export declare function HiddenDashboardDateFilter(): ReactElement | null; //# sourceMappingURL=HiddenDashboardDateFilter.d.ts.map