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