/// import { StatusCellProps } from './type'; export declare const useStatusCell: ({ statuses, centerIconKey }: Pick) => { statusesList: import("react").ReactNode[]; centerIconIndex: number; };