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