import type { Dispatch, SetStateAction } from "react"; export declare function copyToClipboard(valueToCopy: string, setIsJustCopied: Dispatch>): void;