declare function __VLS_template(): { slots: { label?(_: { item: any; }): any; value?(_: { item: any; }): any; empty?(_: { class: string; }): any; }; refs: { rankingListRef: HTMLDivElement; }; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent, { props: { readonly icon: boolean; readonly type: string; readonly sort: string; readonly description: string; readonly index: number; readonly dbOptions: Record; readonly limit: number; readonly icons: Record; }; rankingListRef: globalThis.Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { icon: boolean; type: string; sort: string; description: string; index: number; dbOptions: Record; limit: number; icons: Record; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };