import type { NotificationTargetPanel } from '../notificationTarget';
/**
 * Resolves the panel target where notifications emitted by the current component should be displayed.
 */
export declare const useNotificationTarget: () => NotificationTargetPanel | undefined;
//# sourceMappingURL=useNotificationTarget.d.ts.map