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