/// import { CSSProperties } from '@material-ui/styles'; export declare function AcmLabels(props: { labels?: string[] | Record; collapse?: string[]; style?: CSSProperties; collapsedText?: string; expandedText?: string; color?: 'blue' | 'cyan' | 'green' | 'orange' | 'purple' | 'red' | 'grey'; variant?: 'outline' | 'filled'; }): JSX.Element;