import { HTMLAttributes } from 'react';
export declare const Item: import("react").ForwardRefExoticComponent<{
className?: string;
current?: boolean;
} & HTMLAttributes & {
children?: import("react").ReactNode | undefined;
} & import("react").RefAttributes>;