import React from 'react'; import type { View } from 'react-native'; import type { InputChipProps } from './ChipProps'; export declare const InputChip: React.MemoExoticComponent< ({ ref, ..._props }: InputChipProps & { ref?: React.Ref; }) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=InputChip.d.ts.map