import { AlertProps } from './alert.types'; export declare const Alert: ({ message, variant, className, icon, fullWidth, link, onClose, ...props }: AlertProps) => import("react/jsx-runtime").JSX.Element; export type { AlertProps }; export default Alert;