import { XmlComponent } from '../../xml-components';
export declare const createOutlineLevel: (level: number) => XmlComponent;
