import type React from 'react'; interface MlgLogoProps { /** Fill for both paths. Defaults to `currentColor` so the caller's text colour drives the mark. */ color?: string; size?: number; className?: string; } export declare const MlgLogo: React.FC; export {}; //# sourceMappingURL=mlg-logo.d.ts.map