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