import type { AlertProps } from "./types";
declare const Alert: {
    ({ children, error, icon }: AlertProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
export default Alert;
