import type { Plugin } from '@pdfme/common';
import type { TableSchema } from './types.js';
declare const tableSchema: Plugin<TableSchema>;
export default tableSchema;
