export declare function useClipboard(): { value: string; onCopy: (copiedValue: string) => Promise; hasCopied: boolean; };