import { VuiComponent } from "../core/vui.js";
import { PanelProps } from "./panel.types.js";
import "../index.js";
//#region src/panel/panel.d.ts
/**
 * Displays static or partially interactive content, such as text, images or buttons.
 * Supports use cases of showing multiple segments of a page, each focusing on different data type or context.
 */
declare const Panel: VuiComponent<"div", PanelProps>;
//#endregion
export { Panel, Panel as default };

//# sourceMappingURL=panel.d.ts.map