import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelSettingsDescriptionWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelSettingsDescriptionWireframe extends React.FC<IVeltNotificationsPanelSettingsDescriptionWireframeProps> {
}
declare const VeltNotificationsPanelSettingsDescriptionWireframe: IVeltNotificationsPanelSettingsDescriptionWireframe;
export default VeltNotificationsPanelSettingsDescriptionWireframe;
