import { Base, Type } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { ElevationMode } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ElevationHelper extends Base {
    static $t: Type;
    private static c;
    private static b;
    private static a;
    static g(a: number, b: string): string;
    static f(a: number, b: string): string;
    static d(a: number, b: string): string;
    static e(a: number, b: Brush, c: Brush, d: Brush, e: ElevationMode): string;
}
