import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../constants';
export interface IVeltNotificationsPanelSettingsHeaderTitleWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSettingsHeaderTitleWireframe extends React.FC<IVeltNotificationsPanelSettingsHeaderTitleWireframeProps> {
}
declare const VeltNotificationsPanelSettingsHeaderTitleWireframe: IVeltNotificationsPanelSettingsHeaderTitleWireframe;
export default VeltNotificationsPanelSettingsHeaderTitleWireframe;
