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