import{type TemplateResult}from'lit';import{LyraElement}from'../../../internal/lyra-element.js'; /** * `` — an optional semantic wrapper for one child of * ``. A carousel also accepts arbitrary slotted elements, so * this element is convenience syntax for migrations and for consistent item styling. * Its author-supplied slide semantics remain in effect when changed after connection; an owning * carousel only temporarily applies inertness and aria-hidden state while the item is off page. * * @customElement lr-carousel-item * @slot - Slide content. * @csspart base - The slide wrapper. * @cssprop --aspect-ratio - The slide aspect ratio, inherited from an owning carousel by default. * @status stable * @since 4.0.0 */ export declare class LyraCarouselItem extends LyraElement{static styles:import("lit").CSSResultGroup[];render():TemplateResult;}declare global{interface HTMLElementTagNameMap{'lr-carousel-item':LyraCarouselItem;}}