import { ImagePartManagerBase } from "./ImagePartManagerBase";
import { ImageFormat } from "./ImageFormat";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class BmpPartManager extends ImagePartManagerBase {
    static $t: Type;
    static readonly y: BmpPartManager;
    static readonly z: BmpPartManager;
    private readonly aa;
    constructor(a: boolean);
    protected get_s(): string;
    get s(): string;
    protected get_t(): string;
    get t(): string;
    protected get_u(): string;
    get u(): string;
    protected get_m(): string;
    get m(): string;
    r(a: string): ImageFormat;
}
