/// import './AcmLabels.css'; export declare function AcmLabels(props: { labels?: string[] | Record; collapse?: string[]; collapsedText?: string; expandedText?: string; allCollapsedText?: string; }): JSX.Element;