import { Props } from './types';
/**
 * 初始化 slot
 */
export declare const useInitSlots: (props: Readonly<Required<Props>>) => {};
