import type { RenderElementPropsWithStyle } from '@dslate/core';
declare const Img: ({ attributes, children, element, style, }: RenderElementPropsWithStyle) => import("react/jsx-runtime").JSX.Element;
export default Img;
