export declare const SCALE_MODE: { /** * Smooth scale */ readonly Linear: "linear"; /** * Pixelating scaling */ readonly Nearest: "nearest"; };