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