export declare class SimHintDirective { hostClass: boolean; /** 对齐方式 start 左对齐 end 右对齐 */ align: 'start' | 'end'; id: string; }