/// import { IAlertProps } from "../../config/type"; declare function FAlert(props: IAlertProps): JSX.Element; export default FAlert;