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