export declare type PlayerSize = { width: number; height: number; }; export declare type VideoSize = { width: number; height: number; };