import { default as default_2 } from 'react';
import { FC } from 'react';
import { ReactNode } from 'react';

export declare type ThemeConfigType<TTheme = any> = {
    name: string;
    color?: string;
    themeObject: TTheme;
};

export declare const withThemeProvider: <TTheme>(Provider: FC<{
    children?: ReactNode;
    theme?: TTheme;
}>) => (Story: FC) => default_2.JSX.Element;

export { }
