/// import type { StatusCellProps } from './type'; declare function StatusCell({ statuses, centerIconKey, ...props }: StatusCellProps): import("react").JSX.Element; export default StatusCell;