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