import './style/index.js';
export type { AlertProps } from './Alert';
export * from './type';
export declare const Alert: import("react").ForwardRefExoticComponent<import("./Alert").AlertProps & import("react").RefAttributes<HTMLDivElement>>;
export default Alert;