import React from 'react'; export declare const AggregateChip: { (props: any): React.JSX.Element; propTypes: { /** * Color of chip */ chipColor: any; /** * Id of AggregateThreshold */ aggregateThresholdId: any; }; }; //# sourceMappingURL=AggregateChip.d.ts.map