import { LogicCell } from "./logic_cell"; export declare function createTextElementFromLogicCell(item: LogicCell, svgText: SVGTextElement): void;