/// import { CascaderPanelProps, OptionProps } from '../interface'; export declare const getLegalIndex: (currentIndex: any, maxIndex: any) => any; declare const ListPanel: (props: CascaderPanelProps) => JSX.Element; export default ListPanel;