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