import type { MetaTagsProps } from './types';
declare const MetaTags: import("svelte").Component<Partial<MetaTagsProps>, {}, "">;
type MetaTags = ReturnType<typeof MetaTags>;
export default MetaTags;
