import { EventEmitter } from "../../stencil-public-runtime"; export declare class RadhInputText { label: string; name: string; value: string; changed: EventEmitter; handleChange(ev: any): void; render(): any; }