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