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