export declare const CopiedIconOnCopy: (props: {
    copied: boolean;
}) => import("react/jsx-runtime").JSX.Element;
