export declare class ClipboardHelper { static copySelection(): boolean; static copyText(text: string): boolean; private static _createElement; }