import { TemplateValueRef, Context, RevoleStatus } from './src/types/preview'; import { WithInstall } from '../utils'; import { DefineComponent, ExtractPropTypes, PropType, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; declare const HlxbPreviewHtml: WithInstall; default: () => {}; }; }>, { templateValue: Ref; status: Ref; RevoleStatus: RevoleStatus; styleClass: ComputedRef<{ [x: string]: boolean; }>; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ templateValue: { type: StringConstructor; default: string; }; context: { type: PropType; default: () => {}; }; }>> & Readonly<{}>, { templateValue: string; context: Context; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, Partial<{ templateValue: string; context: Context; }> & Omit<{ readonly templateValue: string; readonly context: Context; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "templateValue" | "context">>; export type { TemplateValueRef }; export default HlxbPreviewHtml;