import { BindStyle, ViewElement } from '../concepts'; export declare function formatStyles(node: ViewElement, isDesigner?: boolean): { staticStyle: string; bindStyles: BindStyle[]; staticClass: string; varBindStyleMap?: undefined; } | { staticStyle: string; bindStyles: BindStyle[]; varBindStyleMap: Record; staticClass: string; }; //# sourceMappingURL=style.d.ts.map