import { AnyFramework, PartialStoryFn as StoryFunction, StoryContext } from '@storybook/csf'; export declare const withGrid: (StoryFn: StoryFunction, context: StoryContext) => unknown;