interface LinkNotificationBadgeProps { className?: string; } export declare function LinkNotificationBadge({ className }: LinkNotificationBadgeProps): import("preact").JSX.Element; export {};