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