import type { SvelteComponentTyped } from "svelte"; /** * @description An item can contain an image */ export default class Image extends SvelteComponentTyped{}