import { ImagePartManagerBase } from "./ImagePartManagerBase";
import { ImageFormat } from "./ImageFormat";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class GifPartManager extends ImagePartManagerBase {
    static $t: Type;
    static readonly y: GifPartManager;
    constructor();
    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;
}
