import { IGenericElementProps } from "../types"; import { IAlertSchema } from "./types"; export declare const Alert: (props: IGenericElementProps) => import("react/jsx-runtime").JSX.Element;