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