import { Component } from "react"; import { SimplePageProps } from "./SimplePageProps"; import { SimplePageState } from "./SimplePageState"; export declare class SimplePage extends Component { constructor(props: SimplePageProps); render(): JSX.Element; }