export declare class StageScaleMode { static EXACT_FIT: string; static NO_BORDER: string; static NO_SCALE: string; static SHOW_ALL: string; }