import { XmlComponent } from "../../../file/xml-components";
import { IMargins } from "../floating";
export declare class WrapTight extends XmlComponent {
    constructor(margins?: IMargins);
}
