declare function __VLS_template(): { slots: { empty?(_: { class: string; }): any; }; refs: { pieTableRef: HTMLDivElement; }; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; }; description: { type: StringConstructor; default: string; }; dbOptions: { type: ObjectConstructor; default: () => void; }; }>, { props: { readonly type: string; readonly size: string; readonly options: Record; readonly description: string; readonly dbOptions: Record; readonly color: unknown[]; }; pieTableRef: globalThis.Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly void; }; description: { type: StringConstructor; default: string; }; dbOptions: { type: ObjectConstructor; default: () => void; }; }>> & Readonly<{}>, { type: string; size: string; options: Record; description: string; dbOptions: Record; color: unknown[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };