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