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