///
import React from 'react';
import { Option } from './Select';
import { BaseRadiosProps, BaseRadios } from './ListRadios';
export interface TreeRadiosProps extends BaseRadiosProps {
expand: 'all' | 'first' | 'root' | 'none';
}
export interface TreeRadiosState {
expanded: Array;
}
export declare class TreeRadios extends BaseRadios {
state: TreeRadiosState;
static defaultProps: {
expand: "first";
placeholder: string;
itemRender: (option: Option) => JSX.Element;
};
componentDidMount(): void;
componentDidUpdate(prevProps: TreeRadiosProps): void;
syncExpanded(): void;
toggleCollapsed(option: Option, index: string): void;
renderItem(option: Option, index: number, indexes?: Array): JSX.Element;
render(): JSX.Element;
}
declare const _default: {
new (props: (Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps) | Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>): {
render(): JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
};
new (props: Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps, context: any): {
render(): JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, "value" | "options" | "disabled" | "onClick" | "locale" | "translate" | "placeholder" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "itemRender" | "clearable" | "showRadio" | "expand"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
};
displayName: string;
contextType: React.Context;
ComposedComponent: {
new (props: (Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}) | Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>): {
render(): JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
};
new (props: Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, context: any): {
render(): JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
};
displayName: string;
contextType: React.Context;
ComposedComponent: typeof TreeRadios;
} & import("hoist-non-react-statics").NonReactStatics & {
ComposedComponent: typeof TreeRadios;
};
} & import("hoist-non-react-statics").NonReactStatics<{
new (props: (Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}) | Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>): {
render(): JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
};
new (props: Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, context: any): {
render(): JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
};
displayName: string;
contextType: React.Context;
ComposedComponent: typeof TreeRadios;
} & import("hoist-non-react-statics").NonReactStatics & {
ComposedComponent: typeof TreeRadios;
}, {}> & {
ComposedComponent: {
new (props: (Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}) | Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>): {
render(): JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): void;
};
new (props: Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}, context: any): {
render(): JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial, "placeholder" | "itemRender" | "expand">> & Partial JSX.Element;
}, never>> & {
locale?: string | undefined;
translate?: ((str: string, ...args: any[]) => string) | undefined;
}>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "options" | "disabled" | "onClick" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial