import type { IComponentOptions } from '../bean/type.ts'; import type { Constructable } from '../decorator/type/constructable.ts'; export declare function createZovaComponentPage(controller: Constructable, render?: Constructable, style?: Constructable): import("vue").DefineSetupFnComponent, {}, {}, Record & {}, import("vue").PublicProps>; export declare function prepareComponentOptions(componentOptions?: IComponentOptions): { inheritAttrs: string; } & import("vue").ComponentOptionsBase<{}, unknown, unknown, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & { props?: never; emits?: never; expose?: never; slots?: never; }; //# sourceMappingURL=component.d.ts.map