import type { NuxtSSRContext } from 'nuxt/app';
import type { OgImageOptions, OgImagePrebuilt } from '../types.js';
export declare function setHeadOgImagePrebuilt(input: OgImagePrebuilt): void;
export declare function createOgImageMeta(src: string, input: OgImageOptions | OgImagePrebuilt, ssrContext: NuxtSSRContext): void;
export declare function resolveComponentName(component: OgImageOptions['component'], fallback: string): OgImageOptions['component'];
