import { type IInsightWidgetDescriptionTriggerProps } from "./types.js"; /** * Simplified version of the InsightWidgetDescriptionTrigger component that is used in export mode. * * It is hidden, but holds the export data and content for exporter. */ export declare function ExportModeInsightWidgetDescription(props: IInsightWidgetDescriptionTriggerProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=ExportModeInsightWidgetDescription.d.ts.map