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