import * as React from 'react';
declare type ChipContainerProps = {
    chips: any[];
};
declare const ChipContainer: React.SFC<ChipContainerProps>;
export default ChipContainer;
