export declare function useClipboardStatus(): { copiedId: string | null; setCopiedId: import("react").Dispatch>; };