export declare const mockResponse: { 'internal:href': string; 'og:image': string; 'og:image_alt': string; 'twitter:site': string; 'og:url': string; 'og:title': string; 'og:description': string; }; export declare const transformedMockResponse: { href: string; title: string; description: string; image: string; image_alt: string; url: string; }; export declare const transformedMockResponseBrokenImage: { href: string; title: string; description: string; url: string; }; export declare const errorResponse: { href: string; error: boolean; }; //# sourceMappingURL=OpenGraphPreview.mocks.d.ts.map