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