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