import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class InputChangeEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get value(): string;
    set value(a: string);
    private k;
    get isCompositionInProgress(): boolean;
    set isCompositionInProgress(a: boolean);
}
