declare const config: {
  plugins: string[];
  rules: {
    "plugin/stylelint-selector-no-empty": boolean;
  };
};
export = config;
