import * as React from "react"; declare function Alert(props: React.ComponentProps<"div"> & { role?: "alert"; }): import("react/jsx-runtime").JSX.Element; declare function AlertTitle(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function AlertDescription(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function AlertAction(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; export { Alert, AlertTitle, AlertDescription, AlertAction }; //# sourceMappingURL=alert.d.ts.map