import React from 'react'; import type { View } from 'react-native'; import { type SelectControlProps, type SelectType } from '../select/types'; import type { SelectChipBaseProps } from './SelectChip'; export declare const SelectChipControl: < Type extends SelectType, SelectOptionValue extends string = string, >( props: Omit, 'size' | 'compact'> & SelectChipBaseProps & { ref?: React.Ref; }, ) => React.ReactElement; //# sourceMappingURL=SelectChipControl.d.ts.map