declare namespace _default {
    let __depends__: import("didi").ModuleDeclaration[];
    let __init__: string[];
    let bpmnReplacePreview: (string | typeof BpmnReplacePreview)[];
}
export default _default;
import BpmnReplacePreview from './BpmnReplacePreview';
