import { type IUserWorkspaceSettings } from "@gooddata/sdk-backend-spi"; import { type IInsightViewProps } from "../internal/index.js"; /** * @internal */ export declare function mergeInsightConfigWithSettings(config: IInsightViewProps["config"], settings?: IUserWorkspaceSettings): any; export declare const IntlInsightView: import("react").ComponentType; /** * Renders insight which was previously created and saved in the Analytical Designer. * * @public */ export declare function InsightView(props: IInsightViewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=InsightView.d.ts.map