import React from "react"; export interface FormControlProps { children: React.ReactNode; className?: string; style?: React.CSSProperties; hasError?: boolean; } declare const FormControl: React.ForwardRefExoticComponent>; export { FormControl }; //# sourceMappingURL=FormControl.d.ts.map