import { type ReactElement } from "react"; import { type IDashboardAttributeFilterProps } from "./types.js"; /** * Default implementation of the attribute filter to use on the dashboard's filter bar. * * This will use the SDK's AttributeFilter with the button styled same as we have it today on KD. * * @alpha */ export declare function DefaultDashboardAttributeFilter(props: IDashboardAttributeFilterProps): ReactElement | null; /** * @internal */ export declare function StandaloneDashboardAttributeFilter(props: IDashboardAttributeFilterProps): ReactElement | null; //# sourceMappingURL=DefaultDashboardAttributeFilter.d.ts.map