import type { TriggerProps } from '../../../overlays/hooks/useOverlayWithTrigger.js'; import type { NotifyButtonProps } from '../NotifyButton.js'; /** * @internal */ export declare const NotifyButtonTrigger: (props: Omit & { triggerProps: TriggerProps; } & import("react").RefAttributes) => React.ReactElement | null;