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