import type { Component } from "../../common"; import type { HtmlProps } from "../common"; export declare const CarouselPanel: Component; type Props = HtmlProps & {}; export {};