declare global {
    interface Window {
        __VITUS_LABS_STORIES__: {
            decorators: {
                theme: Record<string, unknown>;
            };
        };
    }
}
type GetTheme = () => Record<string, unknown>;
declare const getTheme: GetTheme;
export default getTheme;
//# sourceMappingURL=theme.d.ts.map