import { type ICatalogAttribute } from "@gooddata/sdk-model"; export declare const getAttributeKey: (item: ICatalogAttribute) => string; export declare const getAttributeTitle: (item: ICatalogAttribute) => string; export declare function useKdaAttributesSelection(validAttributes: ICatalogAttribute[], initialAttributes: ICatalogAttribute[]): { searchString: string; setSearchString: import("react").Dispatch>; selection: ICatalogAttribute[]; isInverted: boolean; filteredOptions: ICatalogAttribute[]; resolvedSelection: ICatalogAttribute[]; isApplyDisabled: boolean; onSelect: (selectedItems: ICatalogAttribute[], inverted: boolean) => void; resetSelection: () => void; }; //# sourceMappingURL=useKdaAttributesSelection.d.ts.map