import { Cell } from 'better-xlsx'; import { ITbodyConfig, ICellProps } from '../../app'; declare function drawCell(cell: Cell, props: ICellProps, config?: ITbodyConfig, isThead?: boolean): void; export default drawCell;