import { FC } from "react"; import "./style.scss"; import { AlertProps } from ".."; /** Persistent inline notification block based on Bulma `.message` */ declare const Alert: FC; export default Alert; //# sourceMappingURL=index.d.ts.map