import React from 'react'; import { GeistUIThemes } from "../themes/presets"; export declare type AllThemesConfig = { themes: Array; }; export declare const AllThemesContext: React.Context; export declare const useAllThemes: () => AllThemesConfig;