import type { ExtensionWithOptions } from "../../../../core/index.js"; import { type YfmTableSchemaOptions } from "./schema.js"; export { YfmTableNode } from "./const.js"; export { yfmTableType, yfmTableBodyType, yfmTableRowType, yfmTableCellType } from "./utils.js"; export type YfmTableSpecsOptions = YfmTableSchemaOptions & {}; export declare const YfmTableSpecs: ExtensionWithOptions;