import { CSSProperties } from 'react';
export declare function getKeyFromChildrenIndex(child: any, index: any, subPrefix?: string): any;
export declare function getExtraStyle({ isInline, depth, inlineIndent, }: {
isInline: any;
depth: any;
inlineIndent: any;
}): CSSProperties;