export declare const tableSchema: import("@milkdown/utils").$NodeSchema<"table">; export declare const tableHeaderRowSchema: import("@milkdown/utils").$NodeSchema<"table_header_row">; export declare const tableRowSchema: import("@milkdown/utils").$NodeSchema<"table_row">; export declare const tableCellSchema: import("@milkdown/utils").$NodeSchema<"table_cell">; export declare const tableHeaderSchema: import("@milkdown/utils").$NodeSchema<"table_header">; //# sourceMappingURL=schema.d.ts.map