import type { PropsWithChildren, ReactNode } from 'react'; import * as utils from '../helpers/functions'; export interface CellValueProps { content?: ReactNode; filterable?: boolean; filterValue?: string; isImg?: boolean; parseBool?: boolean | utils.ParseBool; parseImg?: boolean | utils.ParseImg; withLinks?: boolean; } declare const _default: import("react").NamedExoticComponent>; export default _default;