import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelContentAllReadContainerWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentAllReadContainerWireframe extends React.FC<IVeltNotificationsPanelContentAllReadContainerWireframeProps> {
}
declare const VeltNotificationsPanelContentAllReadContainerWireframe: IVeltNotificationsPanelContentAllReadContainerWireframe;
export default VeltNotificationsPanelContentAllReadContainerWireframe;
