import type { SlotKey, SlotRef } from '../types';
export default function useSlot(name: SlotKey): {
    ref: SlotRef | undefined;
};
//# sourceMappingURL=use-slot.d.ts.map