export declare const calcSubListPaddingLeft: (multiple: boolean | undefined, showIcon: boolean | undefined, depth: number) => string;
export declare const isEmptyOrNotExist: (obj: any) => boolean;
