import React from 'react';
import { ChipsterItemListProps } from './types';
export declare const ChipsterItemList: React.FC<ChipsterItemListProps>;
