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