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