/// export declare const renderRichText: (str: string) => JSX.Element; export declare const renderPassword: (str: string) => JSX.Element; export declare const renderDatePicker: (str: string | string[], separator: any) => JSX.Element; export declare const renderCommonList: (value: any, options: any[], fieldName?: { labelKey: string; valueKey: string; childrenKey: string; }, isCascadeValue?: boolean) => JSX.Element; export declare const flattenTreeData: (treeList: any[], childrenName?: string) => any[]; declare const renderReadOnly: (val: string, props?: any) => JSX.Element; export default renderReadOnly;