import * as React from 'react';
import { DrawerRootComponentProps } from 'cosmoui';
export interface JobDetailsDrawerProps extends DrawerRootComponentProps {
}
export declare class JobDetailsDrawer extends React.Component<JobDetailsDrawerProps> {
    render(): JSX.Element;
}
