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