import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelSettingsTitleWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSettingsTitleWireframe extends React.FC<IVeltNotificationsPanelSettingsTitleWireframeProps> {
}
declare const VeltNotificationsPanelSettingsTitleWireframe: IVeltNotificationsPanelSettingsTitleWireframe;
export default VeltNotificationsPanelSettingsTitleWireframe;
