import { IActionSheetApi, IActionSheetProps, ISharedRenderlessParamHooks, IActionSheetRenderlessParamUtils } from '../action-sheet'; export declare const api: string[]; export declare const renderless: (props: IActionSheetProps, { reactive, watch }: ISharedRenderlessParamHooks, { emit, nextTick, refs, vm }: IActionSheetRenderlessParamUtils, { BScroll }: { BScroll: any; }) => IActionSheetApi;