import { Icon } from '../iconTypes'; declare const QuarantineBadge: ({ color, className, height, title, width }: Icon) => JSX.Element; export default QuarantineBadge;