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