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