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