import { type IInsightWidgetDescriptionTriggerProps } from "./types.js"; export declare const useInsightWidgetDescription: (props: IInsightWidgetDescriptionTriggerProps) => { isVisible: "" | boolean | undefined; description: string | undefined; }; //# sourceMappingURL=useInsightWidgetDescription.d.ts.map