export default function MenuIndent(props: {
    prefixCls: string;
    level?: number;
    levelIndent?: number;
}): JSX.Element;
