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