import { AlertProps } from "./types.js"; import React from "react"; //#region src/alert/alert.d.ts declare const Alert: React.ForwardRefExoticComponent>; //#endregion export { Alert }; //# sourceMappingURL=alert.d.ts.map