export interface ISpecMessageContents { ComponentID: string; TagText: string; Indent: string; Position: string; Reqd: string; Description?: string; Updated?: string; UpdatedEP?: string; Added: string; AddedEP?: string; Issue?: string; Deprecated?: string; } export declare const MESSAGE_CONTENTS: ISpecMessageContents[];