import { Component } from 'react'; import { PageComponent } from '../../../types/index'; import { SelectProps } from 'antd/lib/select/index'; import { initOptionsType, cascaderOptionsItemType } from '../util'; export declare class CascaderTreeSelect extends Component cascaderOptionsItemType[]; propValue?: string; propName?: string; selectProps?: SelectProps; value?: string[]; disabled?: boolean; onChange?: (selectMap: any) => void; }>> { cascader: any; state: { selectMap: any[]; showOptions: any[]; showMap: {}; quickOptions: any; }; componentDidMount(): void; UNSAFE_componentWillReceiveProps(nextProps: any): void; init(): void; initShowOptions(): void; resetSelect(): void; resetQuickStatus(): any; onEmitChange(): void; onSelect(checked: any, record: any): void; onAddShowOptions(item: any, index: any, options: any): void; onClear(record: any): void; onClearAll(): void; onHandleClear(values: any): void; renderItem(options: any): JSX.Element; renderDropdown(menuNode: any, props: any): JSX.Element; render(): JSX.Element; }