import { types as t } from '@babel/core'; export declare const findExistingStyleAttr: (attributes: t.JSXAttribute[], types: typeof t) => t.JSXAttribute | undefined;