import { AlertProps } from "./Alert.types.js"; import * as react_jsx_runtime29 from "react/jsx-runtime"; //#region src/Alert/Alert.d.ts /** * Alert. */ declare const Alert: ({ children, dismissible, onClose, show, variant, testId, id, extraClassNames, ...tooltipProps }: AlertProps) => react_jsx_runtime29.JSX.Element; //#endregion export { Alert };