export interface StyleProps { name: string; style: PropertyMap; } /** * Creates or updates styles and applies them to the selected element. */ export declare const setStyles: (styles: StyleProps[], element: AnyElement) => Promise;