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