import { Base, Type } from "igniteui-react-core";
import { ElementLayerInfo } from "./ElementLayerInfo";
/**
 * @hidden
 */
export declare class PredefinedSpreadsheetLayers extends Base {
    static $t: Type;
    private static a;
    private static e;
    private static d;
    private static f;
    private static c;
    private static i;
    private static b;
    private static j;
    private static h;
    private static g;
    static get k(): ElementLayerInfo;
    static get l(): ElementLayerInfo;
    static get m(): ElementLayerInfo;
    static get n(): ElementLayerInfo;
    static get o(): ElementLayerInfo;
    static get p(): ElementLayerInfo;
    static get r(): ElementLayerInfo;
    static get q(): ElementLayerInfo;
    static get s(): ElementLayerInfo;
    static get t(): ElementLayerInfo;
}
