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