import { ControlBase } from "./control-base"; import { EnumFormBaseContolType } from "../../../enum/EnumFormBaseContolType"; export declare class Textbox extends ControlBase { controlType: EnumFormBaseContolType; }