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