import { XmlAttributeComponent, XmlComponent } from '../../xml-components';
export declare class WordWrapAttributes extends XmlAttributeComponent<{
    readonly val: 0;
}> {
    protected readonly xmlKeys: {
        val: string;
    };
}
export declare class WordWrap extends XmlComponent {
    constructor();
}
