import { FC } from 'react'; import { ItemListProps } from './types'; export * from './types'; export declare const ItemList: FC; //# sourceMappingURL=index.d.ts.map