import type { UIAppState } from "@excalidraw/excalidraw/types";
import type { NonDeletedExcalidrawElement } from "./types";
export declare const showSelectedShapeActions: (appState: UIAppState, elements: readonly NonDeletedExcalidrawElement[]) => boolean;