declare const FormWrapperComponent: ({ children }: { children: any; }) => import("react/jsx-runtime").JSX.Element; export { FormWrapperComponent };