export declare class GXParser {
    constructor(xml: string, domParser?: any);
    private parseChild;
}
