import { type AlertElProps } from "../html/index.js"; export type { AlertVariant as MessageVariant } from "../html/index.js"; export * from "./variants.js"; export type MessageProps = Omit & { title?: string; description?: string; /** Raw HTML string — only for trusted server-rendered content (e.g. Keycloak message summaries). */ html?: string; }; export declare const Message: import("react").ForwardRefExoticComponent & { title?: string; description?: string; /** Raw HTML string — only for trusted server-rendered content (e.g. Keycloak message summaries). */ html?: string; } & import("react").RefAttributes>; //# sourceMappingURL=index.d.ts.map