import { SelectOptionProps } from './utils/SelectTypes';
/**
* If no `value`, `children` is assigned as the value.
*
* @example
* Apple
*
* @example
* Pear
*
* @example
* Gravel
*
* @example
* Broccoli
*
* @see https://design.avayacloud.com/components/web/select-web
* @see https://neo-react-library-storybook.netlify.app/?path=/story/components-select
*/
export declare const SelectOption: {
(_: SelectOptionProps): never;
displayName: string;
};