import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../constants';
export interface IVeltNotificationsPanelContentListItemHeadlineWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentListItemHeadlineWireframe extends React.FC<IVeltNotificationsPanelContentListItemHeadlineWireframeProps> {
}
declare const VeltNotificationsPanelContentListItemHeadlineWireframe: IVeltNotificationsPanelContentListItemHeadlineWireframe;
export default VeltNotificationsPanelContentListItemHeadlineWireframe;
