import { type View } from 'react-native'; import type { SelectOptionProps, SelectType } from './Select'; export declare const DefaultSelectOption: < Type extends SelectType = 'single', SelectOptionValue extends string = string, >( props: SelectOptionProps & { ref?: React.Ref; }, ) => React.ReactElement; //# sourceMappingURL=DefaultSelectOption.d.ts.map