import { XmlComponent } from "../../../file/xml-components";
export declare class Style extends XmlComponent {
    readonly styleId: string;
    constructor(styleId: string);
}
