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