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