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