import { InjectionToken } from '@angular/core';
import { SheetContent } from './sheet.service';
export declare const SHEET_CONTENT_DATA: InjectionToken<SheetContent>;
