import { Dispatch, SetStateAction } from "react"; export declare const copyText: (text: string, setIsCopied: Dispatch>) => Promise;