import { CellContent } from '../type'; export declare const convertToCellContent: (value: unknown) => CellContent;