import React from "react"; import type { AutoLinkProps } from "./types"; export declare function AutoLink({ children: text, bottomTabsVisible, selectable, ...rest }: AutoLinkProps): React.JSX.Element;