import React from 'react';
import { IVeltRecordingPreviewStepsDialogMicButtonOffWireframe } from './VeltRecordingPreviewStepsDialogMicButtonOffWireframe/VeltRecordingPreviewStepsDialogMicButtonOffWireframe';
import { IVeltRecordingPreviewStepsDialogMicButtonOnWireframe } from './VeltRecordingPreviewStepsDialogMicButtonOnWireframe/VeltRecordingPreviewStepsDialogMicButtonOnWireframe';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecordingPreviewStepsDialogMicButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecordingPreviewStepsDialogMicButtonWireframe extends React.FC<IVeltRecordingPreviewStepsDialogMicButtonWireframeProps> {
    On: IVeltRecordingPreviewStepsDialogMicButtonOnWireframe;
    Off: IVeltRecordingPreviewStepsDialogMicButtonOffWireframe;
}
declare const VeltRecordingPreviewStepsDialogMicButtonWireframe: IVeltRecordingPreviewStepsDialogMicButtonWireframe;
export default VeltRecordingPreviewStepsDialogMicButtonWireframe;
