export declare class VideoLocalization { get play(): string; get pause(): string; get mute(): string; get unmute(): string; }