import { FC } from 'react'; import { ItemProps } from './types'; export declare const Item: FC;