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