import type { FunctionComponent } from "react";
import type { ExternalLinkProps } from "./ExternalLink";
export declare function ExternalLink<C extends FunctionComponent<any>>({ as: C, href, openLinkBehavior, onPress, ...props }: ExternalLinkProps<C>): import("react").JSX.Element;
//# sourceMappingURL=ExternalLink.web.d.ts.map