import { TextInputProps } from "../TextInput"; declare const getInputElementProps: (props: TextInputProps) => TextInputProps; declare const getInputAppearance: (props: TextInputProps) => string; export { getInputElementProps, getInputAppearance };