import type { ImportMap, PayloadComponent } from 'payload';
import React from 'react';
export declare const OGImage: React.FC<{
    description?: string;
    Fallback: React.ComponentType;
    fontFamily?: string;
    Icon: PayloadComponent;
    importMap: ImportMap;
    leader?: string;
    title?: string;
}>;
//# sourceMappingURL=image.d.ts.map