import { type IInsight } from "@gooddata/sdk-model"; import { type IWebComponentsOptions } from "@gooddata/sdk-ui-kit"; export declare const getWebComponentsCodeGenerator: (workspaceId: string, insight: IInsight, codeOption: IWebComponentsOptions) => string; //# sourceMappingURL=getWebComponentsCodeGenerator.d.ts.map