declare const statusData: {
    PUBLIC: {
        color: string;
    };
    PRIVATE: {
        color: string;
    };
    OFF: {
        color: string;
    };
    ENDED: {
        color: string;
    };
    COMING_SOON: {
        color: string;
    };
    REPLY_FULL: {
        color: string;
    };
};
export default statusData;
