import { type FC, type ReactNode } from "react"; import { type IInsightWidgetDescriptionTriggerProps } from "./types.js"; interface IInsightWidgetDescriptionComponentContextType { InsightWidgetDescriptionComponent: FC; } export declare function InsightWidgetDescriptionComponentProvider({ InsightWidgetDescriptionComponent, children }: { InsightWidgetDescriptionComponent: FC; children: ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare const useInsightWidgetDescriptionComponent: () => IInsightWidgetDescriptionComponentContextType; export {}; //# sourceMappingURL=InsightWidgetDescriptionComponentProvider.d.ts.map