import type { SVGProps } from "react"; export interface Copy02IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Copy02Icon({ className, size, color, ...props }: Copy02IconProps): import("react").JSX.Element; //# sourceMappingURL=copy-02-icon.d.ts.map