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