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