import type { ReactNode } from "react"; import { type JobsViewInput } from "./jobs-panel.js"; export declare function JobsPanel(props: JobsViewInput): ReactNode;