import { type ElementType } from 'react'; import { type ItemProps } from './types'; export declare const Item: (props: ItemProps) => JSX.Element;