import { Context } from 'react'; import { KubedTheme } from './types'; export declare type AllThemesConfig = { themes: Array; }; export declare const AllThemesContext: Context; export declare const useAllThemes: () => AllThemesConfig; //# sourceMappingURL=AllThemesContext.d.ts.map