import { AbstractComponentBuilder } from './AbstractComponentBuilder'; export declare class FacesRatingBarComponentBuilder extends AbstractComponentBuilder<'FacesRatingBar'> { constructor(id: string); setTooltips(tooltips: [string, string, string, string, string]): this; isValid(): { id: string; type: "FacesRatingBar"; valid: boolean; messages: string[]; }; } //# sourceMappingURL=FacesRatingBarComponentBuilder.d.ts.map