import React from "react"; export declare const ChipSection: { (props: any): React.JSX.Element; propTypes: { /** * An array of filter chips. */ filterChips: any; /** * An array of view chips. */ viewChips: any; /** * An array of additional filter chips. */ additionalFilterChips: any; /** * Indicates whether to hide the KPI section. */ hideKpiSection: any; /** * An array of KPI values. */ kpiValues: any; /** * The maximum number of KPIs to display. */ maxKPIsDisplayed: any; /** * A function to handle chip deletion. */ handleDelete: any; /** * The index of the selected filter chip. */ selectedFilterChipsIndex: any; /** * A function to set the selected filter chip index. */ setSelectedFilterChipsIndex: any; }; }; //# sourceMappingURL=ChipSection.d.ts.map