export type CopyIconProps = { isCopied: boolean; onCopyAnimationEnd: () => void; }; export declare const CopyIcon: import("react").MemoExoticComponent<(props: CopyIconProps) => import("react/jsx-runtime").JSX.Element>;