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