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