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