import { IStyleAttr } from '../../typings/style'; export declare const parseStyle: (styleStr: string) => IStyleAttr[];