import { default as React } from 'react'; export interface FullScreenImageProps { imageSrc: string; altText: string; } declare const FullScreenImage: React.FC; export default FullScreenImage; //# sourceMappingURL=FullScreenImage.d.ts.map