import { ColorsDescription, ThemeDescription } from '../../interfaces/general'; import { Elevation } from '../../interfaces/general/elevation'; import { Gradients } from '../../interfaces/general/gradients'; export declare const lightColors: ColorsDescription; export declare const lightGradient: Gradients; export declare const lightElevation: Elevation; export declare const darkColors: ColorsDescription; export declare const darkGradient: Gradients; export declare const darkElevation: Elevation; export declare const lightTheme: ThemeDescription; export declare const darkTheme: ThemeDescription;