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 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 HtmlDivAttributes{draggable?:boolean|`true`|`false`;id?:string;role?:string;tabindex?:number;[key:string]:unknown;}interface HtmlImageAttributes{crossorigin?:CrossOrigin;decoding?:Decoding;referrerpolicy?:ReferrerPolicy;}declare const installTwicpics:(options:Options)=>void;declare const TwicBackground:CustomElementConstructor;declare const TwicImg:CustomElementConstructor;declare const TwicPicture:CustomElementConstructor;declare const TwicVideo:CustomElementConstructor;declare const TwicView:CustomElementConstructor;export{Anchor,Environment,Mode,Placeholder,State,StateEvent,TwicBackground,TwicImg,TwicPicture,TwicVideo,TwicView,installTwicPics,installTwicpics};