/**
 * An Event Operator that emits the value of the underlying &lt;input&gt; element
 * @returns EventSource<string>
 **/
export declare const eventData: import("rxjs").OperatorFunction<InputEvent, string | null>;
/**
 * An Event Adapter that emits the value of the underlying &lt;input&gt; element
 * @returns EventSource<string>
 **/
export declare const EventData: (target: import("..").RMLTemplateExpressions.TargetEventHandler<string | null>) => import("..").Observer<InputEvent>;
//# sourceMappingURL=event-data.d.ts.map