import * as react_jsx_runtime from 'react/jsx-runtime'; interface Props { href: string; } /** * # StarRepo * button to star GitHub repo in a popup window/modal * * @param {React.ReactNode} [props.children] * @returns {React.ReactElement} */ declare function StarRepo({ href }: Props): react_jsx_runtime.JSX.Element; export { StarRepo };