import type { Rule } from 'eslint';
export declare const isDecendantOfStyleJsxAttribute: (node: Rule.Node) => boolean;
