import { BaseAlert } from "../../base-alert"; type LocalAlertContentProps = BaseAlert.ContentProps; /** * @see 🏷️ {@link LocalAlertContentProps} * @example * ```jsx * * * Info title * * * Content * * ``` */ declare const LocalAlertContent: import("react").ForwardRefExoticComponent>; export { LocalAlertContent }; export type { LocalAlertContentProps };