import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelContentForYouWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentForYouWireframe extends React.FC<IVeltNotificationsPanelContentForYouWireframeProps> {
}
declare const VeltNotificationsPanelContentForYouWireframe: IVeltNotificationsPanelContentForYouWireframe;
export default VeltNotificationsPanelContentForYouWireframe;
