export declare const useCopied: () => {
    copied: boolean;
    setCopied: () => void;
};
