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