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