/** * @packageDocumentation * Canonical registry of public Stylelint rules exported by this package. */ import type { StylelintPluginRuleContract } from "./create-stylelint-rule.js"; /** Public rule registry keyed by unqualified rule name. */ export declare const fontRules: Readonly>; /** Public rule registry type. */ export type FontRulesRegistry = typeof fontRules; //# sourceMappingURL=rules-registry.d.ts.map