import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltPresenceTooltipUserInactiveWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltPresenceTooltipUserInactiveWireframe extends React.FC<IVeltPresenceTooltipUserInactiveWireframeProps> {
}
declare const VeltPresenceTooltipUserInactiveWireframe: IVeltPresenceTooltipUserInactiveWireframe;
export default VeltPresenceTooltipUserInactiveWireframe;
