import React from "react"; type Props = {}; export declare const Logs: (prop: Props) => React.JSX.Element; export {};