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