import type { Schema } from '@markdoc/markdoc'; /** * Temporary solution. * We should find a way to add .md class to all built-in markdoc nodes * and apply css styles only to elements with .md class */ export declare const table: Schema; //# sourceMappingURL=table.d.ts.map