import React from 'react';
import { IVeltNotificationsPanelContentDocumentsListWireframe } from './VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListWireframe';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelContentDocumentsWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentDocumentsWireframe extends React.FC<IVeltNotificationsPanelContentDocumentsWireframeProps> {
    List: IVeltNotificationsPanelContentDocumentsListWireframe;
}
declare const VeltNotificationsPanelContentDocumentsWireframe: IVeltNotificationsPanelContentDocumentsWireframe;
export default VeltNotificationsPanelContentDocumentsWireframe;
