UserAgent: {
    [component: string]:
        | UserAgentItem
        | undefined
        | null
        | false;
}