import { type IAttributeFilter, type IMeasureValueFilter, type ObjRef } from "@gooddata/sdk-model"; import { type IAttributeWithDisplayForm, type IParametersPanelSectionsCommonProps } from "../types.js"; export interface IInsightParametersSectionProps extends IParametersPanelSectionsCommonProps { attributeDisplayForms?: IAttributeWithDisplayForm[]; loadingAttributeDisplayForms: boolean; insightFilters?: IAttributeFilter[]; insightMeasureValueFilters?: IMeasureValueFilter[]; widgetRef: ObjRef; } export declare function InsightParametersSection({ attributeDisplayForms, loadingAttributeDisplayForms, insightFilters, insightMeasureValueFilters, widgetRef, intl, onAdd }: IInsightParametersSectionProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=InsightParametersSection.d.ts.map