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