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