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