import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentAllListItemLabelWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentAllListItemLabelWireframe extends React.FC<IVeltNotificationsPanelContentAllListItemLabelWireframeProps> {
}
declare const VeltNotificationsPanelContentAllListItemLabelWireframe: IVeltNotificationsPanelContentAllListItemLabelWireframe;
export default VeltNotificationsPanelContentAllListItemLabelWireframe;
