/// import { IntentCellProps } from './type'; export default function IntentsStatusCell({ status, chargeStatus, ...props }: IntentCellProps): import("react").JSX.Element;