import { Base, Type } from "igniteui-webcomponents-core"; import { ST_CellType } from "./ST_CellType"; /** * @hidden */ export declare class XLOpenXmlUtilities extends Base { static $t: Type; static a(a: ST_CellType): string; }