import React from "react";
import { type AlertProps } from "../ui/Alert";
declare const AlertContainer: ({ closeLabel, ...props }: Omit<AlertProps, "closeLabel"> & {
    closeLabel?: string;
}) => React.JSX.Element;
export default AlertContainer;
//# sourceMappingURL=AlertContainer.d.ts.map