/** * Shows the validation messages automatically within the input. */ export declare class NgValidationMessages { /** Messages that are shown in the validation messages control */ messages: string[]; }