import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelHeaderTabDocumentsWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelHeaderTabDocumentsWireframe extends React.FC<IVeltNotificationsPanelHeaderTabDocumentsWireframeProps> {
}
declare const VeltNotificationsPanelHeaderTabDocumentsWireframe: IVeltNotificationsPanelHeaderTabDocumentsWireframe;
export default VeltNotificationsPanelHeaderTabDocumentsWireframe;
