import type { SeoConfig } from '../types/seo-config.js';
type $$ComponentProps = {
    seo_config: SeoConfig;
};
declare const Head: import("svelte").Component<$$ComponentProps, {}, "">;
type Head = ReturnType<typeof Head>;
export default Head;
