import { HTMLChakraProps } from "../system";
export interface AlertDescriptionProps extends HTMLChakraProps<"div"> {
}
export declare const AlertDescription: import("../system").ComponentWithAs<"div", AlertDescriptionProps>;
