import React, { ReactElement } from 'react'; import { TableTdTypes } from '../../../../models'; interface Props { id?: string; children?: React.ReactNode; payload: TableTdTypes['payload']; type: TableTdTypes['type']; colSpan?: number; width?: string; } export declare const TableTdValue: (props: Props) => ReactElement; export {}; //# sourceMappingURL=index.d.ts.map