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