export declare class Style {
    styles: any;
    toString(): string;
    constructor(styleObject: any);
}
