import { CtlInput } from './CtlInput'; export declare class CtlText extends CtlInput { static create(module: any, vjson: any): CtlText; /** * 获取提示值 */ get suggest(): [any]; /** * 设置提示值 */ set suggest(nv: [any]); }