transition: VarGroup<
    Readonly<
        {
            a11yOutline: string;
            themeBackground: string;
            themeBorderColor: string;
            themeColor: string;
        },
    >,
    symbol,
> = ...