import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../constants';
export interface IVeltTranscriptionSummaryExpandToggleOnWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltTranscriptionSummaryExpandToggleOnWireframe extends React.FC<IVeltTranscriptionSummaryExpandToggleOnWireframeProps> {
}
declare const VeltTranscriptionSummaryExpandToggleOnWireframe: IVeltTranscriptionSummaryExpandToggleOnWireframe;
export default VeltTranscriptionSummaryExpandToggleOnWireframe;
