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