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