import type { XMLBuilder } from "xmlbuilder2/lib/interfaces";
export declare class CustomType {
    raw: string;
    tagName: string;
    constructor(raw: string);
    serialize(xml: XMLBuilder): XMLBuilder;
}
//# sourceMappingURL=CustomType.d.ts.map