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