import * as React from 'react'; export default function ConditionalLink({ item, children, }: React.PropsWithChildren<{ item: { link?: string; href?: string; }; }>): string | number | boolean | Iterable | React.JSX.Element | null | undefined; //# sourceMappingURL=ConditionalLink.d.ts.map