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