import type { ImgProps, EnhandedImgProps } from './type';
import Img from './Img.svelte';
import EnhancedImg from './EnhancedImg.svelte';
import ImgEnhanced from './ImgEnhanced.svelte';
import { img } from './theme';
export { Img, img, type ImgProps, EnhancedImg, type EnhandedImgProps, ImgEnhanced };
