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