import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum UnknownElementAction {
    Ignore = 0,
    CacheXml = 1,
    CacheStructure = 2,
    LoadChildrenNormally = 3
}
/**
 * @hidden
 */
export declare let UnknownElementAction_$type: Type;
