export { default as Head } from './components/head.svelte';
export { default as SchemaOrg } from './components/schema-org.svelte';
export type { SchemaOrgProps, SeoConfig } from './types/index.js';
