import { USEInitSlots } from './types'; /** * 初始化 slots */ export declare const useInitSlots: ({ emit, currentValue }: USEInitSlots.Option) => {};