import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelSettingsMuteAllDescriptionWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSettingsMuteAllDescriptionWireframe extends React.FC<IVeltNotificationsPanelSettingsMuteAllDescriptionWireframeProps> {
}
declare const VeltNotificationsPanelSettingsMuteAllDescriptionWireframe: IVeltNotificationsPanelSettingsMuteAllDescriptionWireframe;
export default VeltNotificationsPanelSettingsMuteAllDescriptionWireframe;
