import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SheetSerializationCache extends Base { static $t: Type; a: string; b: number; c: number; d: number; }