StyleKey:
    | Exclude<
        keyof CSSStyleDeclaration,
        | "length"
        | "parentRule"
        | "getPropertyPriority"
        | "getPropertyValue"
        | "item"
        | "removeProperty"
        | "setProperty"
        | number,
    >
    | CssVarName

Valid style keys (i.e. non-methods) that can be set on an element.