import type { Rule } from 'eslint';
declare const noEmptyStyleBlocksRule: Rule.RuleModule;
export default noEmptyStyleBlocksRule;
