import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelHeaderTabForYouWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelHeaderTabForYouWireframe extends React.FC<IVeltNotificationsPanelHeaderTabForYouWireframeProps> {
}
declare const VeltNotificationsPanelHeaderTabForYouWireframe: IVeltNotificationsPanelHeaderTabForYouWireframe;
export default VeltNotificationsPanelHeaderTabForYouWireframe;
