import { TextInputStyle } from './types'; export declare const toTextInputCss: (isEnabled: boolean, styles: TextInputStyle) => { color: string | undefined; fontFamily: any; fontSize: any; fontWeight: any; fontStyle: string | undefined; textAlign: any; opacity: any; letterSpacing: any; lineHeight: any; textShadow: string | undefined; textTransform: import("csstype").Property.TextTransform | undefined; };