export declare function getScreenSize(): string;
export declare function getScreenOrientation(): string;
export declare function copyTextToClipboard(text: string): void;
export declare function injectStyle(style: string): HTMLStyleElement;
