import React from 'react'; import type { ISelectItemProps } from './types'; export declare const Item: ({ isDisabled, label, value, _label, style, ...props }: ISelectItemProps) => JSX.Element; declare const _default: React.MemoExoticComponent<({ isDisabled, label, value, _label, style, ...props }: ISelectItemProps) => JSX.Element>; export default _default;