export declare const useClipboard: () => {
    copy: (value: string | number) => Promise<boolean>;
};
//# sourceMappingURL=useClipboard.d.ts.map