import { RpControlsSettingsService } from './rp-controls-settings.service'; export declare class RpControlErrorsComponent { private settings; /** * Map of errors from form control */ errors: {}; /** * Map of error code keys and error message strings or functions */ messages: {}; /** * List of active error message strings */ readonly errorMessages: any; constructor(settings: RpControlsSettingsService); }