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