export declare const TABLE_ROW_ROLE_ATTRIBUTE = "data-superdoc-table-row-role"; export type TableRowRole = 'repeat-header' | 'body';