import type * as React from 'react'; import { type TextInputProps } from 'react-native'; type Props = { label: string; color?: string; errorMessage?: string; unit?: string; } & TextInputProps; export declare const SingleLineInput: React.FC; export {}; //# sourceMappingURL=SingleLineInput.d.ts.map