import { type ICatalogAttribute } from "@gooddata/sdk-model"; import { type IKdaItemGroup } from "../../internalTypes.js"; export declare function useKdaValidAttributes(): { validAttributes: ICatalogAttribute[]; mapAttributes: Map; initialAttributes: ICatalogAttribute[]; isSearchBarVisible: boolean; }; //# sourceMappingURL=useKdaValidAttributes.d.ts.map