import type { StoryContext } from '@storybook/react';
import { ThemeTypes } from '../../components/ThemeProvider';
/**
 * A utility function to infer the theme (i.e., 'light' or 'dark')
 * from the Storybook background.
 */
export declare const inferThemeType: (context: StoryContext<unknown>) => ThemeTypes;
