import { ThemeVars } from 'storybook/theming';
export declare function useTheme(): [ThemeVars['base'], (theme: ThemeVars['base']) => void];
