import { XmlComponent } from '../../xml-components';
import { IMargins } from '../floating';
export declare const createWrapTopAndBottom: (margins?: IMargins) => XmlComponent;
