import React from 'react'; import { LinkProps } from './useLinkHooks'; export declare function BaseExpoRouterLink({ href, replace, push, dismissTo, relativeToDirectory, asChild, rel, target, download, withAnchor, dangerouslySingular: singular, prefetch, ...rest }: LinkProps): React.JSX.Element; //# sourceMappingURL=BaseExpoRouterLink.d.ts.map