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