/// export default function FormRender(FormAction: any): { new (): { [x: string]: any; render(): JSX.Element; }; [x: string]: any; };