import { ITimelineApi, ITimelineProps, ITimelineRenderlessParamUtils, ISharedRenderlessParamHooks } from '../time-line'; export declare const api: string[]; export declare const renderless: (props: ITimelineProps, { computed, reactive, provide, watch }: ISharedRenderlessParamHooks, { t, emit, constants }: ITimelineRenderlessParamUtils) => ITimelineApi;