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