import { default as React } from 'react'; export type ItemProps = React.ComponentPropsWithoutRef<'li'>; export declare const Item: React.ForwardRefExoticComponent, HTMLLIElement>, "ref"> & React.RefAttributes>;