import { VForm } from '../form'; import { VEntity } from '../CVEntity'; import { CAction, ActionUI } from './cAction'; import { Action } from '../../entities'; export declare class VActionMain extends VEntity { protected vForm: VForm; protected returns: any; open(param?: any): Promise; private onSubmit; protected mainPage: () => JSX.Element; protected resultPage: () => JSX.Element; }