/// export declare const CopyIcon: React.FC<{ text: string; tip: string; side?: "top" | "bottom" | "left" | "right"; align?: "start" | "center" | "end"; hasCopied?: boolean; }>; //# sourceMappingURL=CopyIcon.d.ts.map