import React from 'react';
type ChipContainerProps = {
    chips: any[];
};
declare const ChipContainer: ({ chips }: ChipContainerProps) => React.ReactNode;
export default ChipContainer;
//# sourceMappingURL=ChipContainer.d.ts.map