import React from 'react'; import { CascaderListProps } from './type'; declare const CascaderList: React.FC; export default CascaderList;