/** * @packageDocumentation * Shareable Stylelint config: font-all. */ import { type FontShareableConfig } from "../plugin.js"; /** Shareable config that enables the full public font plugin catalog. */ declare const fontAllConfig: FontShareableConfig; export default fontAllConfig; //# sourceMappingURL=font-all.d.ts.map