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