import type { ThemeName } from './ThemeProvider.js'; /** Pin the global theme to `name` while this screen is focused; restore on blur. */ export declare function useScreenTheme(name: ThemeName): void; //# sourceMappingURL=use-screen-theme.d.ts.map