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