import { type EnhandedImgProps as Props } from './index';
declare const ImgEnhanced: import("svelte").Component<Props, {}, "">;
type ImgEnhanced = ReturnType<typeof ImgEnhanced>;
export default ImgEnhanced;
