import React, { ReactNode } from 'react'; import { LoadingRowState } from './LoadingRowState'; interface LoadingRowTDProps { state: LoadingRowState; replacedCell: { props: { children: ReactNode; }; }; } declare function _LoadingRowTD({ state, replacedCell }: LoadingRowTDProps): React.JSX.Element; export declare const LoadingRowTD: typeof _LoadingRowTD & { displayName: string; }; export {}; //# sourceMappingURL=LoadingRowTD.d.ts.map