import type { WarpAlert } from "./alert.js"; /** * Alert is an inline component used for displaying different types of messages. * * For accessibility reasons, alert should appear close to the element that triggered it. * * [Warp component reference](https://warp-ds.github.io/docs/components/alert/frameworks/elements) */ export declare const Alert: import("@lit/react").ReactWebComponent;