import React from 'react';
import type { ISelectItemProps } from './types';
export declare const Item: ({ isDisabled, label, value, ...props }: ISelectItemProps, ref?: any) => JSX.Element | null;
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<ISelectItemProps & React.RefAttributes<unknown>>>;
export default _default;
