import { FC, HTMLAttributes } from 'react'; export type AlertMainProps = HTMLAttributes; /** * AlertMain serves as the main layout container for Alert content. * It is used to group and align the primary elements of an Alert, * such as the icon, title, and descriptive text. */ export declare const AlertMain: FC;