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