import type { ActionsPanelProps } from "./types.js"; import "./ActionsPanel.css"; export declare const ActionsPanel: ({ className, actions, onClose, renderNote, noteClassName, qa, maxRowActions, }: ActionsPanelProps) => import("react/jsx-runtime").JSX.Element;