import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelSettingsFooterWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSettingsFooterWireframe extends React.FC<IVeltNotificationsPanelSettingsFooterWireframeProps> {
}
declare const VeltNotificationsPanelSettingsFooterWireframe: IVeltNotificationsPanelSettingsFooterWireframe;
export default VeltNotificationsPanelSettingsFooterWireframe;
