export declare function useClipboard(): {
    copy: (source: string) => Promise<void>;
};
//# sourceMappingURL=useClipboard.d.ts.map