import type { Rule } from 'eslint';
import { TSESTree } from '@typescript-eslint/utils';
/**
 * Processes nested style objects like selectors and media queries.
 */
export declare const processEmptyNestedStyles: (ruleContext: Rule.RuleContext, node: TSESTree.ObjectExpression, reportedNodes: Set<TSESTree.Node>) => void;
