export declare const useClipboard: () => { copyToClipboard: (value: string) => void; }; //# sourceMappingURL=useClipboard.d.ts.map