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