import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsPanelSkeletonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSkeletonWireframe extends React.FC<IVeltNotificationsPanelSkeletonWireframeProps> {
}
declare const VeltNotificationsPanelSkeletonWireframe: React.FC<IVeltNotificationsPanelSkeletonWireframeProps>;
export default VeltNotificationsPanelSkeletonWireframe;
