import { History } from '../../entities'; import { VEntity } from '../CVEntity'; import { CHistory, HistoryUI } from './cHistory'; export declare class VHistoryMain extends VEntity { open(param?: any): Promise; protected view: () => JSX.Element; }