import type { LinkExProps } from '@ariestools/sdk-react/link'; import React from 'react'; /** Props for {@link LogoLinkEx}. */ export type LogoLinkExProps = LinkExProps & { logo?: React.ReactNode; version?: boolean | string; }; /** Router link wrapping the XYO logo with optional version badge. */ export declare const LogoLinkEx: React.FC; //# sourceMappingURL=LogoLinkEx.d.ts.map