import { FC } from 'react'; interface Props { rowKey: string; row: any; id?: string; } export declare const TableTd: FC; export {}; //# sourceMappingURL=index.d.ts.map