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