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