import { XmlComponent } from "../../file/xml-components";
export declare class Compatibility extends XmlComponent {
    constructor();
    doNotExpandShiftReturn(): Compatibility;
}
