import type { AlertTitleProps } from "./types.js"; export declare const AlertTitle: ({ text, className }: AlertTitleProps) => import("react/jsx-runtime").JSX.Element;