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