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