import { PartialStoryFn, StoryContext } from '@storybook/csf';
import { WebComponentsFramework } from '@storybook/web-components';
export declare function sourceDecorator(storyFn: PartialStoryFn<WebComponentsFramework>, context: StoryContext<WebComponentsFramework>): WebComponentsFramework['storyResult'];
