/// type Props = { size?: number | string; color?: string; }; declare function WEB3({ size, color }: Props): JSX.Element; declare namespace WEB3 { var DefaultColor: string; } export default WEB3;