import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsPanelCloseButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelCloseButtonWireframe extends React.FC<IVeltNotificationsPanelCloseButtonWireframeProps> {
}
declare const VeltNotificationsPanelCloseButtonWireframe: IVeltNotificationsPanelCloseButtonWireframe;
export default VeltNotificationsPanelCloseButtonWireframe;
