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