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