import { ISwitchApi, ISwitchProps, ISharedRenderlessParamHooks, ISwitchRenderlessParamUtils } from '../switch'; export declare const api: string[]; export declare const renderless: (props: ISwitchProps, { computed, watch, reactive, inject }: ISharedRenderlessParamHooks, { parent, constants, mode, emit, designConfig }: ISwitchRenderlessParamUtils) => ISwitchApi;