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