import { LineData } from "./base"; export declare function createElementFromLineData(lineData: LineData, customPfx?: string): HTMLElement;