export default function useCopyClipboard(timeout?: number): [boolean, (toCopy: string) => void];