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