export default class ComponentEntry { component: object; conditions: object | undefined; constructor(component: object, conditions?: object); }