UNPKG

205 BTypeScriptView Raw
1import React from 'react';
2import { ImageProps } from './Image';
3declare const FigureImage: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLImageElement>>;
4export default FigureImage;