import type { ImgAttributes } from "./type"; import type { SvelteComponentTyped } from "svelte"; declare class TwicImg extends SvelteComponentTyped {} export default TwicImg;