import { type IInsight } from "@gooddata/sdk-model"; import { type IInsightListItemProps } from "@gooddata/sdk-ui-kit"; import { type CustomDashboardInsightListItemComponentProps, type IWrapInsightListItemWithDragComponent } from "../../../dragAndDrop/types.js"; interface IDraggableInsightListItemWrapperProps extends IInsightListItemProps { WrapInsightListItemWithDragComponent?: IWrapInsightListItemWithDragComponent; className?: string; insight: IInsight; } export declare function DraggableInsightListItemBody(props: CustomDashboardInsightListItemComponentProps): import("react/jsx-runtime").JSX.Element; export declare function DraggableInsightListItemWrapper({ WrapInsightListItemWithDragComponent, className, isLocked, title, description, showDescriptionPanel, type, updated, insight, onDescriptionPanelOpen, metadataTimeZone, useReferences, LoadingComponent, filters, width }: IDraggableInsightListItemWrapperProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DraggableInsightListItemWrapper.d.ts.map