import { ImageProps } from "./Image"; declare const FigureImage: (p: ImageProps) => import("solid-js").JSX.Element; export default FigureImage;