/** * Copy text to the user's clipboard */ export declare function toClipboard(text: string): boolean; /** * Copy text from an input/textarea element to a user's clipboard * @param el The or