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