import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltTranscriptionButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltTranscriptionButtonWireframe extends React.FC<IVeltTranscriptionButtonWireframeProps> {
}
declare const VeltTranscriptionButtonWireframe: IVeltTranscriptionButtonWireframe;
export default VeltTranscriptionButtonWireframe;
