import React from 'react';
import { ItemProps } from './types';
export declare const Item: React.MemoExoticComponent<React.ForwardRefExoticComponent<ItemProps & React.RefAttributes<HTMLLIElement>>>;
