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