import { FormFieldComponent } from './form-field'; export declare class RatingFormFieldComponent extends FormFieldComponent { stars: number; }