import { Base, Type } from "./type";
import { JsonDictionaryValueType } from "./JsonDictionaryValueType";
/**
 * @hidden
 */
export declare class CodeGeneratingComponentRendererDataEmitterPropertyType extends Base {
    static $t: Type;
    c: JsonDictionaryValueType;
    f: boolean;
    a: string[];
    b: CodeGeneratingComponentRendererDataEmitterPropertyType[];
    d: boolean;
    e(): boolean;
}
