import { type IDashboardParametersSectionProps } from "./CustomUrlEditorParametersSections/DashboardParametersSection.js"; import { type IInsightParametersSectionProps } from "./CustomUrlEditorParametersSections/InsightParametersSection.js"; import { type IIdentifierParametersSectionProps } from "./types.js"; type IParametersPanelProps = IInsightParametersSectionProps & IIdentifierParametersSectionProps & IDashboardParametersSectionProps; export declare function ParametersPanel({ attributeDisplayForms, loadingAttributeDisplayForms, enableClientIdParameter, enableDataProductIdParameter, enableWidgetIdParameter, onAdd, intl, dashboardFilters, dashboardMeasureValueFilters, insightMeasureValueFilters, attributeFilterConfigs, insightFilters, widgetRef }: IParametersPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CustomUrlEditorParameters.d.ts.map