import { type AnalyticalWidgetType } from "@gooddata/sdk-model"; import { type VisType } from "@gooddata/sdk-ui"; export declare function getVisTypeCssClass(widgetType: AnalyticalWidgetType, type?: VisType): string; //# sourceMappingURL=utils.d.ts.map