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