SlotNotificationsApi: {
    slotNotifications(
        NO_CONFIG?: Record<string, never>,
    ): Readonly<{ parent: Slot; root: Slot; slot: Slot }>;
}

Type declaration