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