export default class ChainedSelectField extends ListField { _getChildOptions(value: any, index: any): any; _setFieldOptions(value: any, index: any): void; _clearAndHideNextFieldsIfExist(index: any): void; _indexOptions(options: any): void; _indexedOptions: Hierarchy | undefined; _setOptions(options: any): void; } import ListField from "./list-field"; import Hierarchy from "../hierarchy";