import type { InputItemProps, TextInputProps } from '@ant-design/react-native/lib/input-item';
export interface InputProps extends InputItemProps, TextInputProps {
}
//# sourceMappingURL=type.d.ts.map