declare const FormSection: ({ children }: { children: any; }) => JSX.Element; export default FormSection;