type Props = { address: `0x${string}`; href?: string; }; declare const ResolvedAddress: ({ address, href }: Props) => import("react/jsx-runtime").JSX.Element; export default ResolvedAddress;