import { type StylelintPluginRule } from "../_internal/create-stylelint-rule.js"; declare const messages: { rejected: () => string; }; /** * Require `font-family` stacks in regular rules to end with a system-font * fallback. */ declare const rule: StylelintPluginRule; export default rule; //# sourceMappingURL=require-system-font-fallback.d.ts.map