/// import { StyleProp, TextStyle } from "react-native"; export declare function FormControlError({ style, className, }: { style?: StyleProp; className?: string; }): JSX.Element;