import { ColorsDescription, ThemeDescription } from '../../interfaces/general'; import { Elevation } from '../../interfaces/general/elevation'; import { ParadigmThemeDescription } from '../../interfaces/namespaces/paradigm'; 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; export declare const darkThemeExport: ParadigmThemeDescription;