import { ExcalidrawTextElement } from "./types";
export declare const redrawTextBoundingBox: (element: ExcalidrawTextElement) => void;
