import { IAlertApi, IAlertProps, ISharedRenderlessParamHooks, IAlertRenderlessParamUtils } from '../alert'; export declare const api: string[]; export declare const renderless: (props: IAlertProps, { computed, reactive, watch }: ISharedRenderlessParamHooks, { t, emit, constants, vm, designConfig, parent, nextTick, mode }: IAlertRenderlessParamUtils) => IAlertApi;