import type { EL } from ".."; export * from "./text"; export * from "./parentheses"; export * from "./varRef"; export * from "./declaration"; export * from "./pointer"; export * from "./lawNum"; export * from "./lawRef"; export declare const controlFromEL: (el: EL) => EL;