import type { Elevation } from "../../interfaces/general/elevation/index.ts"; import type { ColorsDescription, ThemeDescription } from "../../interfaces/general/index.ts"; import type { ParadigmThemeDescription } from "../../interfaces/namespaces/paradigm/index.ts"; export declare const lightColors: ColorsDescription; export declare const darkColors: ColorsDescription; export declare const lightThemeBase: ThemeDescription; export declare const lightTheme: ParadigmThemeDescription; export declare const darkThemeElevation: Elevation; export declare const darkThemeBase: ThemeDescription; export declare const darkTheme: ParadigmThemeDescription; // Для экспорта базовой темы прописываем токен themeNameBase отдельно // В darkThemeBase прописать не можем, т.к. он тогда перетрёт themeNameBase // в продуктовых темах. export declare const darkThemeExport: ParadigmThemeDescription;