import { Themes, ThemeVars } from "./types"; export declare const themes: Themes; export declare const mapTheme: (themeVariables: ThemeVars) => { "--color-primary": string; "--color-secondary": string; "--color-paper": string; "--color-title": string; "--color-text": string; "--color-disabled": string; "--color-white": string; "--color-error": string; "--color-info": string; "--color-warning": string; "--color-success": string; };