export interface UserNotificationProps {
    notification: pxt.ProfileNotification;
}
export declare const UserNotification: (props: UserNotificationProps) => JSX.Element;
