import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
import { IVeltVideoEditorPlayerZoomButtonWireframe } from '../../VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonWireframe';
export interface IVeltVideoEditorPlayerTimelineScaleWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltVideoEditorPlayerTimelineScaleWireframe extends React.FC<IVeltVideoEditorPlayerTimelineScaleWireframeProps> {
    ZoomButton: IVeltVideoEditorPlayerZoomButtonWireframe;
}
declare const VeltVideoEditorPlayerTimelineScaleWireframe: IVeltVideoEditorPlayerTimelineScaleWireframe;
export default VeltVideoEditorPlayerTimelineScaleWireframe;
