import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerSubtitlesButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerSubtitlesButtonWireframe extends React.FC<IVeltRecorderPlayerSubtitlesButtonWireframeProps> {
}
declare const VeltRecorderPlayerSubtitlesButtonWireframe: IVeltRecorderPlayerSubtitlesButtonWireframe;
export default VeltRecorderPlayerSubtitlesButtonWireframe;
