import { StoryContext } from "@storybook/addons";
export declare const withGlobals: (decorated: (Story: any, values: Record<string, any>, context: StoryContext) => any) => (story: any, context: StoryContext) => any;
