export declare type noop = () => {}; export interface AreaPickerFormItemProps { label?: string; itemName: string; form: any; limit?: number; required?: boolean; disabled?: boolean; errorTip?: string; lastLevel?: number; textDomClassName?: string; organizationListChild: (...args: any) => Promise | noop; organizationGetRoot: (...args: any) => Promise | noop; }