import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsPanelSettingsButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSettingsButtonWireframe extends React.FC<IVeltNotificationsPanelSettingsButtonWireframeProps> {
}
declare const VeltNotificationsPanelSettingsButtonWireframe: IVeltNotificationsPanelSettingsButtonWireframe;
export default VeltNotificationsPanelSettingsButtonWireframe;
