/// <reference types="react" />
import { FormProps } from '../../../types';
declare const PageForm: ({ formRef }: FormProps) => JSX.Element | null;
export default PageForm;
