import type { ComponentProps } from "react"; import * as Styles from "./style"; type Props = ComponentProps & Required, "href">>; declare function ExternalLink(props: Props): import("react/jsx-runtime").JSX.Element; export default ExternalLink; //# sourceMappingURL=index.d.ts.map