interface DetailJobPageProps {
    apiUrl?: string;
}
export declare function DetailJobPage({ apiUrl }: DetailJobPageProps): import("react/jsx-runtime").JSX.Element;
export {};
