import type { LinkExProps } from '@xylabs/react-link'; import type { ReactNode } from 'react'; import React from 'react'; export type LogoLinkExProps = LinkExProps & { logo?: ReactNode; version?: boolean | string; }; export declare const LogoLinkEx: React.FC; //# sourceMappingURL=LogoLinkEx.d.ts.map