import React from 'react';
import type { AssessmentRating } from 'yoastseo';
type Props = {
    rating: AssessmentRating;
};
export declare const SeoRatingBubble: React.FC<Props>;
export {};
