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