import { type ThemesObj } from './useTheme'; export declare function useFuelTheme(): { current: string; themes: ThemesObj; setTheme: (theme: string) => void; }; export declare function setFuelThemes({ themes, initial, }: { themes: T; initial?: string; }): void; export declare function loadIcons(url: string): void;