export interface MnemonLogoProps { className?: string | undefined; title?: string; } /** Official Mnemon mark from mnemon-dev/mnemon (Apache-2.0). */ export declare function MnemonLogo({ className, title }: MnemonLogoProps): JSX.Element;