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