import { BaseAlert } from "../../base-alert"; type InfoCardContentProps = BaseAlert.ContentProps; /** * @see 🏷️ {@link InfoCardContentProps} * @example * ```jsx * * * Info title * * * Content * * ``` */ const InfoCardContent = BaseAlert.Content; export { InfoCardContent }; export type { InfoCardContentProps };