export declare const fontStyles: { base: { color?: string; fontFamily?: string; fontSize?: number; fontStyle?: "normal" | "italic"; fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"; letterSpacing?: number; lineHeight?: number; textAlign?: "auto" | "left" | "right" | "center" | "justify"; textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through"; textDecorationStyle?: "solid" | "double" | "dotted" | "dashed"; textDecorationColor?: string; textShadowColor?: string; textShadowOffset?: { width: number; height: number; }; textShadowRadius?: number; textTransform?: "none" | "capitalize" | "uppercase" | "lowercase"; testID?: string; fontVariant?: import("react-native").FontVariant[]; writingDirection?: "auto" | "ltr" | "rtl"; backfaceVisibility?: "visible" | "hidden"; backgroundColor?: string; borderBottomColor?: string; borderBottomEndRadius?: number; borderBottomLeftRadius?: number; borderBottomRightRadius?: number; borderBottomStartRadius?: number; borderBottomWidth?: number; borderColor?: string; borderEndColor?: string; borderLeftColor?: string; borderLeftWidth?: number; borderRadius?: number; borderRightColor?: string; borderRightWidth?: number; borderStartColor?: string; borderStyle?: "solid" | "dotted" | "dashed"; borderTopColor?: string; borderTopEndRadius?: number; borderTopLeftRadius?: number; borderTopRightRadius?: number; borderTopStartRadius?: number; borderTopWidth?: number; borderWidth?: number; opacity?: number; elevation?: number; alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around"; alignItems?: import("react-native").FlexAlignType; alignSelf?: "auto" | import("react-native").FlexAlignType; aspectRatio?: number; borderEndWidth?: number | string; borderStartWidth?: number | string; bottom?: number | string; display?: "none" | "flex"; end?: number | string; flex?: number; flexBasis?: number | string; flexDirection?: "row" | "column" | "row-reverse" | "column-reverse"; flexGrow?: number; flexShrink?: number; flexWrap?: "wrap" | "nowrap" | "wrap-reverse"; height?: number | string; justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly"; left?: number | string; margin?: number | string; marginBottom?: number | string; marginEnd?: number | string; marginHorizontal?: number | string; marginLeft?: number | string; marginRight?: number | string; marginStart?: number | string; marginTop?: number | string; marginVertical?: number | string; maxHeight?: number | string; maxWidth?: number | string; minHeight?: number | string; minWidth?: number | string; overflow?: "visible" | "hidden" | "scroll"; padding?: number | string; paddingBottom?: number | string; paddingEnd?: number | string; paddingHorizontal?: number | string; paddingLeft?: number | string; paddingRight?: number | string; paddingStart?: number | string; paddingTop?: number | string; paddingVertical?: number | string; position?: "absolute" | "relative"; right?: number | string; start?: number | string; top?: number | string; width?: number | string; zIndex?: number; direction?: "inherit" | "ltr" | "rtl"; shadowColor?: string; shadowOffset?: { width: number; height: number; }; shadowOpacity?: number; shadowRadius?: number; transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform)[]; transformMatrix?: Array; rotation?: number; scaleX?: number; scaleY?: number; translateX?: number; translateY?: number; textAlignVertical?: "auto" | "top" | "bottom" | "center"; includeFontPadding?: boolean; }; input: { lineHeight: number; color?: string; fontFamily?: string; fontSize?: number; fontStyle?: "normal" | "italic"; fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"; letterSpacing?: number; textAlign?: "auto" | "left" | "right" | "center" | "justify"; textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through"; textDecorationStyle?: "solid" | "double" | "dotted" | "dashed"; textDecorationColor?: string; textShadowColor?: string; textShadowOffset?: { width: number; height: number; }; textShadowRadius?: number; textTransform?: "none" | "capitalize" | "uppercase" | "lowercase"; testID?: string; fontVariant?: import("react-native").FontVariant[]; writingDirection?: "auto" | "ltr" | "rtl"; backfaceVisibility?: "visible" | "hidden"; backgroundColor?: string; borderBottomColor?: string; borderBottomEndRadius?: number; borderBottomLeftRadius?: number; borderBottomRightRadius?: number; borderBottomStartRadius?: number; borderBottomWidth?: number; borderColor?: string; borderEndColor?: string; borderLeftColor?: string; borderLeftWidth?: number; borderRadius?: number; borderRightColor?: string; borderRightWidth?: number; borderStartColor?: string; borderStyle?: "solid" | "dotted" | "dashed"; borderTopColor?: string; borderTopEndRadius?: number; borderTopLeftRadius?: number; borderTopRightRadius?: number; borderTopStartRadius?: number; borderTopWidth?: number; borderWidth?: number; opacity?: number; elevation?: number; alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around"; alignItems?: import("react-native").FlexAlignType; alignSelf?: "auto" | import("react-native").FlexAlignType; aspectRatio?: number; borderEndWidth?: number | string; borderStartWidth?: number | string; bottom?: number | string; display?: "none" | "flex"; end?: number | string; flex?: number; flexBasis?: number | string; flexDirection?: "row" | "column" | "row-reverse" | "column-reverse"; flexGrow?: number; flexShrink?: number; flexWrap?: "wrap" | "nowrap" | "wrap-reverse"; height?: number | string; justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly"; left?: number | string; margin?: number | string; marginBottom?: number | string; marginEnd?: number | string; marginHorizontal?: number | string; marginLeft?: number | string; marginRight?: number | string; marginStart?: number | string; marginTop?: number | string; marginVertical?: number | string; maxHeight?: number | string; maxWidth?: number | string; minHeight?: number | string; minWidth?: number | string; overflow?: "visible" | "hidden" | "scroll"; padding?: number | string; paddingBottom?: number | string; paddingEnd?: number | string; paddingHorizontal?: number | string; paddingLeft?: number | string; paddingRight?: number | string; paddingStart?: number | string; paddingTop?: number | string; paddingVertical?: number | string; position?: "absolute" | "relative"; right?: number | string; start?: number | string; top?: number | string; width?: number | string; zIndex?: number; direction?: "inherit" | "ltr" | "rtl"; shadowColor?: string; shadowOffset?: { width: number; height: number; }; shadowOpacity?: number; shadowRadius?: number; transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform)[]; transformMatrix?: Array; rotation?: number; scaleX?: number; scaleY?: number; translateX?: number; translateY?: number; textAlignVertical?: "auto" | "top" | "bottom" | "center"; includeFontPadding?: boolean; }; disabled: { color: string; }; error: { color: string; }; };