import React from 'react';
import { IVeltRecordingPreviewStepsDialogCameraButtonOffWireframe } from './VeltRecordingPreviewStepsDialogCameraButtonOffWireframe/VeltRecordingPreviewStepsDialogCameraButtonOffWireframe';
import { IVeltRecordingPreviewStepsDialogCameraButtonOnWireframe } from './VeltRecordingPreviewStepsDialogCameraButtonOnWireframe/VeltRecordingPreviewStepsDialogCameraButtonOnWireframe';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecordingPreviewStepsDialogCameraButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecordingPreviewStepsDialogCameraButtonWireframe extends React.FC<IVeltRecordingPreviewStepsDialogCameraButtonWireframeProps> {
    On: IVeltRecordingPreviewStepsDialogCameraButtonOnWireframe;
    Off: IVeltRecordingPreviewStepsDialogCameraButtonOffWireframe;
}
declare const VeltRecordingPreviewStepsDialogCameraButtonWireframe: IVeltRecordingPreviewStepsDialogCameraButtonWireframe;
export default VeltRecordingPreviewStepsDialogCameraButtonWireframe;
