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