import React from "react";
interface Props {
    grey?: boolean;
}
export declare const LiveBadge: React.FC<Props>;
export {};
