import { type ObjRef } from "@gooddata/sdk-model"; interface IIdentifierDetailProps { title: string; widgetRef: ObjRef; } export declare function InsightIdParameterDetail({ title, widgetRef }: IIdentifierDetailProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InsightIdParameterDetail.d.ts.map