import { ILabelProps, ILabelRenderlessParamUtils, ISharedRenderlessParamHooks, ILabelApi } from '../label'; export declare const api: string[]; export declare const renderless: (props: ILabelProps, { computed, onBeforeUnmount, reactive, watch, inject }: ISharedRenderlessParamHooks, { emit, parent }: ILabelRenderlessParamUtils) => ILabelApi;