/// import type { StatusCellProps } from './type'; interface StatusCellTextProps extends StatusCellProps { xGap?: number; } declare function StatusCellText({ statuses, centerIconKey, xGap, ...props }: StatusCellTextProps): import("react").JSX.Element; export default StatusCellText;