import { type IAlertDropdownProps } from "../../types.js"; export declare function AlertDropdown({ isReadOnly, paused, alignTo, onClose, onEdit, onPause, onDelete, onResume }: IAlertDropdownProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AlertDropdown.d.ts.map