import { XmlAttributeComponent } from "../../../file/xml-components"; export declare class BorderAttributes extends XmlAttributeComponent<{ readonly color: string; readonly space: number; readonly val: string; readonly sz: number; }> { protected readonly xmlKeys: { val: string; color: string; space: string; sz: string; }; }