type CopyFn = (text: string) => void;
declare const copyToClipboard: CopyFn;

export { copyToClipboard };
