/** Default values provider for rating */
export declare class RatingConfig {
    /** aria label for rating */
    ariaLabel: string;
}
