import { AlertProps } from './Alert.types'; export declare const Alert: (props: AlertProps) => import("react/jsx-runtime").JSX.Element; export default Alert;