import { ElementType, HTMLHopeProps } from "../types"; export declare type NotificationTitleProps = HTMLHopeProps; export declare function NotificationTitle(props: NotificationTitleProps): import("solid-js").JSX.Element; export declare namespace NotificationTitle { var toString: () => string; } //# sourceMappingURL=notification-title.d.ts.map