/** * Interface for properties inherited by child CarouselItemElements. * * @public */ export interface ICarouselInherited { /** * Inherited disabled state. */ disabled?: boolean; } /** * Context for Carousel → CarouselItem inheritance. * * @public */ export declare const CAROUSEL_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=CarouselInheritanceContext.d.ts.map