import { ViewModel } from "./viewModel"; import { VForm } from './vForm'; export declare class VSubmit extends ViewModel { private vForm; constructor(vForm: VForm); caption: string; className: string; private onClickSubmit; protected view: () => JSX.Element; }