/// <reference types="react" />
import { ISelectProps, ISelectItemProps } from 'native-base';
export declare const SelectItem: (props: ISelectItemProps) => JSX.Element;
export declare const SelectGroup: (props: ISelectProps) => JSX.Element;
