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