export declare const showReturnToDepotModal: (jobRefId: string) => {
    type: string;
    modalType: string;
    modalProps: any;
};
