import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsPanelReadAllButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelReadAllButtonWireframe extends React.FC<IVeltNotificationsPanelReadAllButtonWireframeProps> {
}
declare const VeltNotificationsPanelReadAllButtonWireframe: IVeltNotificationsPanelReadAllButtonWireframe;
export default VeltNotificationsPanelReadAllButtonWireframe;
