import type { ComponentType, SvelteComponentTyped } from "svelte"; import type { Anchor, Environment, Mode, Placeholder, State, StateEvent } from "./_utils.js"; import { installTwicPics } from "./_utils.js"; import type { BackgroundAttributes, ImgAttributes, PictureAttributes, VideoAttributes } from "./type"; export type { Anchor, Environment, Mode, Placeholder, State, StateEvent }; declare const installTwicpics: (options: import("./_utils.js").Options) => void; declare const TwicBackground: ComponentType>; declare const TwicImg: ComponentType>; declare const TwicPicture: ComponentType>; declare const TwicVideo: ComponentType>; declare const TwicView: ComponentType>; export { installTwicpics, installTwicPics, TwicBackground, TwicImg, TwicPicture, TwicVideo, TwicView };