import { ISharedRenderlessParamHooks, IButtonProps, IButtonApi, IButtonRenderlessParamUtils } from '../button'; export declare const api: string[]; export declare const renderless: (props: IButtonProps, { computed, onBeforeUnmount, reactive, watch, inject }: ISharedRenderlessParamHooks, { emit, parent }: IButtonRenderlessParamUtils) => IButtonApi;