/// <reference types="react" />
import type { AlertProps } from './type';
declare const Alert: import("react").NamedExoticComponent<AlertProps>;
export default Alert;
