import { Slot, VNodeChild } from 'vue'; import { StoryContext } from '../types.ts'; declare const _default: = Record>(__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & { name?: string; exportName?: string; asChild?: boolean; play?: (context: StoryContext) => Promise | void; args?: Partial; argTypes?: any; parameters?: Record; tags?: string[]; decorators?: any[]; loaders?: any[]; globals?: any; } & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{}>): void; attrs: any; slots: Readonly<{ default?: Slot; template?: (props: { args: TArgs; context: StoryContext; }) => VNodeChild; }> & { default?: Slot; template?: (props: { args: TArgs; context: StoryContext; }) => VNodeChild; }; emit: {}; }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=Story.vue.d.ts.map