import type { Option } from 'jamis-core'; import { BaseSelection } from '../../components'; import type { ChainedSelectionProps } from '../types'; interface ChainedSelectionState { selected: Array; } export declare class ChainedSelection extends BaseSelection { valueArray: Array