import React from "react";
import { StatusChipProps } from "./types";
export declare const StatusChip: React.FC<StatusChipProps>;
