export declare function useClipboard(timeout?: number): { readText: (node: HTMLElement) => void; copy: () => Promise; readonly currentText: string; readonly copied: boolean; };