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