import React from 'react';
import type { SkeletonNotificationButtonProps } from './skeleton-notification-button';
/**
 * __Nav 4 skeleton notification button__
 *
 * A nav 4 skeleton notification button.
 *
 */
export declare const Nav4SkeletonNotificationButton: ({ label, }: SkeletonNotificationButtonProps) => React.JSX.Element;
