import type { PartialStoryFn } from '@storybook/types';
import type { MubanRenderer, StoryContext, StoryFnMubanReturnType } from '../types.js';
export declare function sourceDecorator(storyFn: PartialStoryFn<MubanRenderer>, context: StoryContext): StoryFnMubanReturnType;
