import { GeistUIThemes, GeistUIThemesPalette, GeistUIThemesExpressiveness } from "./index"; export declare const palette: GeistUIThemesPalette; export declare const expressiveness: GeistUIThemesExpressiveness; export declare const font: import("./index").GeistUIThemesFont; export declare const breakpoints: import("./index").GeistUIThemesBreakpoints; export declare const layout: import("./index").GeistUIThemesLayout; export declare const themes: GeistUIThemes; export default themes;