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