export declare const useCopyCode: ({ previewRef, node, }: { previewRef: React.RefObject; node: string; }) => void;