import { type IntlShape } from "react-intl"; import { type IconType, type ThemeColor } from "@gooddata/sdk-ui-kit"; import { type IGenAIContextObject } from "../../types.js"; export declare function getIconByObject(object: Pick): { iconBefore?: IconType; iconColor?: ThemeColor; }; export declare function getTypeLabel(type: IGenAIContextObject["type"], intl: IntlShape): string | undefined; //# sourceMappingURL=icons.d.ts.map