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