import { types as t } from '@babel/core'; export declare const manageStyleAttribute: (attributes: t.JSXAttribute[], newStyle: t.Expression, types: typeof t, openingElement: t.JSXOpeningElement) => void;