import React from 'react'; interface OpenmspLogoProps extends React.SVGProps { className?: string; frontBubbleColor?: string; innerFrontBubbleColor?: string; backBubbleColor?: string; color?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function OpenmspLogo({ className, frontBubbleColor, innerFrontBubbleColor, backBubbleColor, ...props }: OpenmspLogoProps): React.JSX.Element; export {}; //# sourceMappingURL=openmsp-logo.d.ts.map