/** * Use Cloudinary to create the `meta` tag image URL. * * @param opts `filename` should include the extension. */ export declare function MetaImage({ cloudName, filename, text }: { cloudName: string; filename: string; text?: string; }): string; //# sourceMappingURL=image.d.ts.map