import DropDownList from './DropDownList';

export default function (
    config?: DropDownList.IConfig
): DropDownList;