import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelHeaderTabAllWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelHeaderTabAllWireframe extends React.FC<IVeltNotificationsPanelHeaderTabAllWireframeProps> {
}
declare const VeltNotificationsPanelHeaderTabAllWireframe: IVeltNotificationsPanelHeaderTabAllWireframe;
export default VeltNotificationsPanelHeaderTabAllWireframe;
