import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltTranscriptionCloseButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltTranscriptionCloseButtonWireframe extends React.FC<IVeltTranscriptionCloseButtonWireframeProps> {
}
declare const VeltTranscriptionCloseButtonWireframe: IVeltTranscriptionCloseButtonWireframe;
export default VeltTranscriptionCloseButtonWireframe;
