import { AlertProps } from "./type.mjs";
//#region src/Alert/Alert.d.ts
declare const Alert: import("react").NamedExoticComponent<AlertProps>;
//#endregion
export { Alert as default };
//# sourceMappingURL=Alert.d.mts.map