import { VuiComponent } from "../core/vui.js";
import { TProps } from "../t/t.types.js";
import "../t/index.js";
import "../index.js";
//#region src/notification/notificationTitle.d.ts
/** Displays a title within the Notification. */
declare const NotificationTitle: VuiComponent<"span", TProps>;
//#endregion
export { NotificationTitle, NotificationTitle as default };

//# sourceMappingURL=notificationTitle.d.ts.map