import React from 'react'; declare type Props = { children: React.ReactNode; }; declare const FormControl: React.FC; export default FormControl;