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