declare module 'astro:assets' {
	/** @internal */
	export type CssVariable = (["--font-atkinson"])[number];
}
