import { JSX } from 'react'; export declare function FormContent({ children, }: { children: null | JSX.Element | (JSX.Element | string | null)[]; }): JSX.Element; //# sourceMappingURL=FormContent.d.ts.map