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