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