import { CHTMLmenclose } from './Wrappers/menclose.js'; import * as Notation from '../common/Notation.js'; export * from '../common/Notation.js'; export declare const RenderElement: (name: string, offset?: string) => Notation.Renderer, N>; export declare const Border: (side: "left" | "right" | "top" | "bottom") => [string, Notation.NotationDef, N>]; export declare const Border2: (name: string, side1: "left" | "right" | "top" | "bottom", side2: "left" | "right" | "top" | "bottom") => [string, Notation.NotationDef, N>]; export declare const DiagonalStrike: (name: string, neg: number) => [string, Notation.NotationDef, N>]; export declare const DiagonalArrow: (name: string) => [string, Notation.NotationDef, N>]; export declare const Arrow: (name: string) => [string, Notation.NotationDef, N>];