export declare const Carousel: import("@builder.io/qwik").FunctionComponent<{ align?: string | undefined; } & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes & { noIndicators?: boolean; noControls?: boolean; slideAuto?: boolean; slideInterval?: number; scrollable?: boolean; pauseOnHover?: boolean; onSlideChanged$?: () => void; }> & { Slide: import("@builder.io/qwik").Component<{ align?: string | undefined; } & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes>; };