import { type AlertProps } from './alert.types.js'; export declare function Alert({ look, mode, heading, headingTag: HeadingTag, dismissible, open: isOpen, onClose, icon, iconSize, tag: Tag, className, children, ...props }: AlertProps): import("react/jsx-runtime").JSX.Element;