declare module "ice.fo.utils/ClipboardUtils" {
  
  export function copyTextToClipboard(text: string);
}