import { NotificationApi } from './types'; /** * 使用通知 API 的組合函數 * 必須在 SHNotificationProvider 的子組件中使用 */ export declare function useNotification(): NotificationApi;