import { FC } from 'react'; interface CopyErrorIconProps { copyValue?: string; } export declare const CopyErrorIcon: FC; export {};