export declare type ScreenProperties = { angle: string | number; dimensions: { height: number; width: number; }; orientation: string; };