import { type StylelintPluginRule } from "../_internal/create-stylelint-rule.js"; declare const messages: { rejected: (family: string, previous: string, current: string) => string; }; /** * Disallow overlapping `unicode-range` subsets for the same family/style/weight * tuple. */ declare const rule: StylelintPluginRule; export default rule; //# sourceMappingURL=no-overlapping-unicode-range.d.ts.map