import type { ElementsMap, NonDeletedExcalidrawElement } from "@excalidraw/element/types";
import "./ElementCanvasButtons.scss";
export declare const ElementCanvasButtons: ({ children, element, elementsMap, }: {
    children: React.ReactNode;
    element: NonDeletedExcalidrawElement;
    elementsMap: ElementsMap;
}) => import("react/jsx-runtime").JSX.Element | null;
