import { FC } from 'react'; type Props = { address?: string; size?: 'lg' | 'md' | ''; }; declare const Address: FC; export default Address;