import { CHTMLmenclose } from './Wrappers/menclose.js';
import * as Notation from '../common/Notation.js';
export * from '../common/Notation.js';
export declare type RENDERER = Notation.Renderer, N>;
export declare type DEFPAIR = Notation.DefPair, N>;
export declare const RenderElement: (name: string, offset?: string) => RENDERER;
export declare const Border: (side: Notation.Side) => DEFPAIR;
export declare const Border2: (name: string, side1: Notation.Side, side2: Notation.Side) => DEFPAIR;
export declare const DiagonalStrike: (name: string, neg: number) => DEFPAIR;
export declare const DiagonalArrow: (name: string) => DEFPAIR;
export declare const Arrow: (name: string) => DEFPAIR;