import { TableCellNode, TableNode } from '../nodes/CustomTableNode/src'; export declare const findTables: (cell: TableCellNode, tables: TableNode[]) => any[];