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