import{ComponentType,SvelteComponent}from'svelte';type LiteralUnion=T|(P&{_?:never;});type Anchor=`bottom`|`bottom-left`|`bottom-right`|`center`|`left`|`top`|`top-left`|`top-right`|`right`;type BreakPoint=`xs`|`sm`|`md`|`lg`|`xl`|`2xl`;type CrossOrigin=LiteralUnion<`anonymous`|`use-credentials`>;type Decoding=LiteralUnion<`sync`|`async`|`auto`>;type Environment=`debug`|`offline`|`production`;type Mode=`contain`|`cover`;type Placeholder=`maincolor`|`meancolor`|`none`|`preview`;type ReferrerPolicy=LiteralUnion<`no-referrer`|`no-referrer-when-downgrade`|`origin`|`origin-when-cross-origin`|`same-origin`|`strict-origin`|`strict-origin-when-cross-origin`|`unsafe-url`>;type StateEvent={target:any;state:State;};type State=`error`|`done`|`loading`|`new`;interface Attributes{alt?:string;anchor?:string;focus?:string;eager?:boolean|string;position?:string;preTransform?:string;ratio?:number|string;src:string;title?:string;}interface ScriptAttributes{bot?:string;intrinsic?:string;mode?:Mode;placeholder?:Placeholder;step?:number|string;transition?:boolean|string;transitionDelay?:string;transitionDuration?:string;transitionTimingFunction?:string;}interface Options{anticipation?:number;breakpoints?:{[key in BreakPoint]?:number;};class?:string;debug?:boolean;domain:string;env?:Environment;handleShadowDom?:boolean;maxDPR?:number;path?:string;scriptElementId?:string;step?:number;}declare const installTwicPics:(options:Options)=>void;interface BaseAttributes extends Attributes{class?:string;state?:State;style?:string|Record;}interface HtmlDivAttributes{draggable?:boolean|`true`|`false`;id?:string;role?:string;tabindex?:number;[key:string]:unknown;}interface HtmlImageAttributes{crossorigin?:CrossOrigin;decoding?:Decoding;referrerpolicy?:ReferrerPolicy;}interface ImgAttributes extends BaseAttributes,HtmlDivAttributes,HtmlImageAttributes,ScriptAttributes{refit?:boolean|string;zoom?:number|string;}interface BackgroundAttributes extends BaseAttributes,HtmlDivAttributes,ScriptAttributes{refit?:boolean|string;mediaTag?:string;}interface PictureAttributes extends BaseAttributes,HtmlDivAttributes,HtmlImageAttributes{fetchpriority?:string;mode?:Mode;refit?:boolean|string;sizes?:string;}interface VideoAttributes extends BaseAttributes,HtmlDivAttributes,ScriptAttributes{crossorigin?:CrossOrigin;duration?:number|string;from?:number|string;posterFrom?:number|string;to?:number|string;}declare const installTwicpics:(options:Options)=>void;declare const TwicBackground:ComponentType>;declare const TwicImg:ComponentType>;declare const TwicPicture:ComponentType>;declare const TwicVideo:ComponentType>;declare const TwicView:ComponentType>;export{Anchor,Environment,Mode,Placeholder,State,StateEvent,TwicBackground,TwicImg,TwicPicture,TwicVideo,TwicView,installTwicPics,installTwicpics};