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