import { ImageProps as ImageProps$1 } from "../../Image/type.mjs";
import { FC } from "react";

//#region src/mdx/mdxComponents/Image.d.ts
type ImageProps = ImageProps$1;
declare const Image: FC<ImageProps>;
//#endregion
export { Image, ImageProps };
//# sourceMappingURL=Image.d.mts.map