import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelSettingsBackButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSettingsBackButtonWireframe extends React.FC<IVeltNotificationsPanelSettingsBackButtonWireframeProps> {
}
declare const VeltNotificationsPanelSettingsBackButtonWireframe: IVeltNotificationsPanelSettingsBackButtonWireframe;
export default VeltNotificationsPanelSettingsBackButtonWireframe;
