import type { LintRule } from '../../../types.js'; export declare const VALID_FONT_FAMILY = "core/valid-font-family"; declare const ERROR = "ERROR"; declare const rule: LintRule; export default rule; //# sourceMappingURL=valid-font-family.d.ts.map