import { VEntity } from '../CVEntity'; import { Sheet } from '../../entities'; import { CSheet, SheetUI } from './cSheet'; export declare class VSheetMain extends VEntity { open(): Promise; newClick: () => Promise; schemaClick: () => Promise; archivesClick: () => Promise; sheetStateClick: (state: any) => Promise; renderState: (item: any, index: number) => JSX.Element; protected view: () => JSX.Element; }