import { XMLElement } from '../../common/soap/xmlElement';
export declare abstract class PremiumFeature extends XMLElement {
    protected static XSI_TYPE: string;
    constructor();
}
