import { TextboxInterface } from '../Textbox'; export interface TextAreaInterface extends TextboxInterface { }