import { CSSProperties } from 'react'; export declare const indentClass: string; export declare const indentMargin: string; export declare function indentStyle(depth: number): CSSProperties;