import { FC } from "react"; import { SVGProps } from "react"; export interface IconProps extends SVGProps { size: number; } export declare const CopyIcon: FC; //# sourceMappingURL=copy.d.ts.map