type Props = Readonly<{
    maxDepth: number | null | undefined;
}>;
export default function ListMaxIndentLevelPlugin({ maxDepth }: Props): null;
export {};
