import { ICheckboxApi, ICheckboxProps, ISharedRenderlessParamHooks, ICheckboxRenderlessParamUtils } from '../checkbox'; export declare const api: string[]; export declare const renderless: (props: ICheckboxProps, { computed, onMounted, onBeforeUnmount, reactive, watch, inject }: ISharedRenderlessParamHooks, { vm, parent, emit, constants, nextTick, dispatch, t }: ICheckboxRenderlessParamUtils) => ICheckboxApi;