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