export default useSlot;
/**
 * React hook returning the active slot given a name.
 *
 * @param {string} name Slot name.
 * @return {Object} Slot object.
 */
declare function useSlot(name: string): Object;
//# sourceMappingURL=use-slot.d.ts.map