import { ForwardRefExoticComponent, RefAttributes } from 'react'; import { MenuItemInternalProps, MenuItemProps } from '../menuItem/menuItem'; export interface OptionProps extends Omit { selected?: boolean; } export declare const Option: ForwardRefExoticComponent>;