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