import { VSheetView } from './vSheetView'; import { SheetData } from './cSheet'; export declare class VSheetAction extends VSheetView { open(sheetData: SheetData): Promise; actionClick: (action: any) => Promise; deleteClick: () => Promise; editClick: () => Promise; protected page: () => JSX.Element; private acted; }