import { AstroIntegration } from 'astro';

declare function astroFont(): AstroIntegration;

export { astroFont };
