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