import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelSettingsMuteAllTitleWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSettingsMuteAllTitleWireframe extends React.FC<IVeltNotificationsPanelSettingsMuteAllTitleWireframeProps> {
}
declare const VeltNotificationsPanelSettingsMuteAllTitleWireframe: IVeltNotificationsPanelSettingsMuteAllTitleWireframe;
export default VeltNotificationsPanelSettingsMuteAllTitleWireframe;
