ThemeOptions: BaseThemeOptions & {
    default?: Exclude<ColorSchemeOptionType, "system">;
    overrides?: Parameters<typeof generateTheme>[1];
    seed: Parameters<typeof generateTheme>[0];
} & {
    notificationIndicatorColors?: NotificationIndicatorColorsWithScheme | NotificationIndicatorColors;
}