import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsPanelViewAllButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelViewAllButtonWireframe extends React.FC<IVeltNotificationsPanelViewAllButtonWireframeProps> {
}
declare const VeltNotificationsPanelViewAllButtonWireframe: React.FC<IVeltNotificationsPanelViewAllButtonWireframeProps>;
export default VeltNotificationsPanelViewAllButtonWireframe;
