import { XmlComponent } from "../../../file/xml-components"; export declare class Shading extends XmlComponent { constructor(fill: string, color?: string, val?: string); }