import { CascaderItemSelectionState, ICascaderItem } from './types'; export declare function simplify(paths: Array, selectionMap: Map): Array;