import * as React from "react"; import type { FormElementProps } from "../.."; /** * The component for the "Image" Form Element. */ declare const Image: React.ForwardRefExoticComponent & React.RefAttributes>; export default Image;