export declare function useCopyToClipboard(resetDelay?: number): { copied: boolean; copy: (text: string) => void; };