import { TccInputMask } from '../../../../models/inputMask.model';
export declare class TccElementHintComponent {
    /**
     * type init for the hint.
    */
    set hintType(type: TccInputMask.notificationType);
    hintMessage: string;
    showHintMessage: boolean;
    typeClass: string;
    typeIcon: string;
}
