import { BlockAnnotation } from "@atjson/document"; export declare class TableBodyCell extends BlockAnnotation<{ style?: string; }> { static type: string; static vendorPrefix: string; } //# sourceMappingURL=table-body-cell.d.ts.map