declare type Props = { maxDepth?: number; }; declare const EditorMaxIndentLevelPlugin: ({ maxDepth }: Props) => null; export default EditorMaxIndentLevelPlugin; //# sourceMappingURL=EditorMaxIndentLevelPlugin.d.ts.map