import { type AttributeDisplayFormType, type ObjRef } from "@gooddata/sdk-model"; interface IAttributeDisplayFormParameterDetailProps { title: string; label: string; type: AttributeDisplayFormType | undefined; projectId: string; displayFormRef: ObjRef; showValues: boolean; } export declare function AttributeDisplayFormParameterDetail({ title, label, type, displayFormRef, projectId, showValues }: IAttributeDisplayFormParameterDetailProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AttributeDisplayFormParameterDetail.d.ts.map