import { Base, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class IgnoreChildrenMarker extends Base {
    static $t: Type;
    static readonly a: IgnoreChildrenMarker;
    constructor();
}
