import { Validator } from '../../../core/enums/validator';
export declare class FormMessageComponent {
    readonly host = "jnt-form-message-host";
    get hidden(): boolean;
    active: boolean;
    get style(): "none" | "inline-block";
    validator: Validator;
}
