export declare const useClipboard: () => { copy: (text: string) => Promise; };