declare function If( props: {condition: boolean} ): JSX.Element; declare function For( props: {each: string, index: string, of: any} ): JSX.Element; declare function Choose( props: any ): JSX.Element; declare function When( props: {condition: boolean} ): JSX.Element; declare function Otherwise( props: any ): JSX.Element;