import { VxeGridInstance } from 'vxe-table'; declare function __VLS_template(): { slots: { default?(_: {}): any; empty?(_: { class: string; }): any; }; refs: { datatableRef: { $props: import('vxe-table').VxeGridProps & import('vxe-table').VxeGridEventProps; $slots: import('vxe-table').VxeGridSlots; } | null; }; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent, { props: { readonly options: Record; readonly description: string; readonly dbOptions: Record; readonly textSize: string; }; datatableRef: globalThis.Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { options: Record; description: string; dbOptions: Record; textSize: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };