import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsPanelTitleWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelTitleWireframe extends React.FC<IVeltNotificationsPanelTitleWireframeProps> {
}
declare const VeltNotificationsPanelTitleWireframe: IVeltNotificationsPanelTitleWireframe;
export default VeltNotificationsPanelTitleWireframe;
