declare const useCopyToClipboard: (opts?: { copiedDurationMs?: number; }) => { onCopy: () => void; copied: boolean; }; export { useCopyToClipboard };