import SimpleDropDownList from './SimpleDropDownList';

export default function (
    config?: SimpleDropDownList.IConfig,
    creators?: SimpleDropDownList.ICreatorsConfig,
): SimpleDropDownList;