import React from 'react'; import { LabelNotificationProps } from './Label.types'; declare const LabelNotification: React.FC; export default LabelNotification;