export declare class InterpolationMethod extends Object {
    static RGB: string;
    static LINEAR_RGB: string;
    constructor();
}
