import * as React from "react"; type Props = {}; declare const LogsPage: (props: Props) => React.JSX.Element; export default LogsPage;