interface AttributeMeta { type: string; name: string; value: string; isInheritable: boolean; position: number; } export = AttributeMeta;