import type { ActionsPanelProps } from "./types.js"; import "./ActionsPanel.css"; export declare const ActionsPanel: (rawProps: ActionsPanelProps) => import("react/jsx-runtime").JSX.Element;