declare const useClipboard: (text: string, timeout?: number) => { value: string; onCopy: () => void; copied: boolean; }; export { useClipboard };