import { BaseAlert } from "../../base-alert/index.js";
type InfoCardTitleProps = BaseAlert.TitleProps;
/**
* Title component for InfoCard. Remember to use correct heading-level with the `as` prop.
* @see 🏷️ {@link InfoCardTitleProps}
* @example
* ```jsx
*
*
* Info title
*
*
* ```
*/
declare const InfoCardTitle: import("react").ForwardRefExoticComponent>;
export { InfoCardTitle };
export type { InfoCardTitleProps };