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