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