export default class Navigation extends React.Component { static propTypes: { themes: PropTypes.Validator; theme: PropTypes.Validator; domain: PropTypes.Validator; }; constructor(props: any); constructor(props: any, context: any); renderButtons(): any; render(): JSX.Element; } import React from "react"; import PropTypes from "prop-types";