import React from 'react'; import { EditorModel } from '../../model/editormodel'; import { ViewFunctionInterface } from '../../model/ViewFunctionModel'; declare const ChecklistConfigPane: React.FC<{ model: EditorModel; setView: (view: ViewFunctionInterface | undefined) => void; }>; export default ChecklistConfigPane; //# sourceMappingURL=CheckListConfigPane.d.ts.map