import { type DME } from '../../../../index'; declare const Image: (props: { value?: string; property: string; } & DME.SettingComponentProps) => import("react/jsx-runtime").JSX.Element; export default Image;