import type React from 'react'; /** * The props for the DynamicShareImage component. */ export interface DynamicShareImageProps { /** * The URL of the share image for the page. */ image: string; } /** * Used in conjunction with the XY Meta Server to dynamically set the share image for a page. */ export declare const DynamicShareImage: React.FC; //# sourceMappingURL=DynamicShareImage.d.ts.map