import { ApplyLogService, DictService } from 'matrix-ui-service'; export interface ApplyLogListProps { applyId: string; applyLogService: ApplyLogService; dictService: DictService; applyDictType: string; } export declare function ApplyLogList({ applyId, applyDictType, applyLogService, dictService }: ApplyLogListProps): JSX.Element;