export interface ISpecComponents {
    ComponentID: number;
    ComponentType: string;
    CategoryID: string;
    Name: string;
    AbbrName: string;
    NotReqXML: number;
    Description?: string;
    updated?: string;
    updatedEP?: number;
    added: string;
    addedEP?: number;
}
export declare const COMPONENTS: ISpecComponents[];
