import type { ImgProps } from '../types/index.js';
declare const Img: import("svelte").Component<ImgProps, {}, "">;
type Img = ReturnType<typeof Img>;
export default Img;
