import { INumericApi, INumericProps, ISharedRenderlessParamHooks, INumericRenderlessParamUtils } from '../numeric'; export declare const api: string[]; export declare const renderless: (props: INumericProps, { computed, onMounted, onUpdated, onUnmounted, reactive, watch, inject }: ISharedRenderlessParamHooks, { parent, emit, vm, constants, dispatch, service, nextTick }: INumericRenderlessParamUtils) => INumericApi;