/// import { CheckoutStatusProps } from './type'; declare function CheckoutStatusCell({ status, ...props }: CheckoutStatusProps): import("react").JSX.Element; export default CheckoutStatusCell;