export declare function parseInlineStyle(style?: string): {
    [key: string]: string;
};
