import { ImageEntity } from './image.entity'; import { WidgetContext } from '../../editor/widget-framework/widget-context'; export declare function SitefinityImage(props: WidgetContext): Promise; /** * @deprecated Use `SitefinityImage` instead. */ export declare const Image: typeof SitefinityImage;