import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltVideoEditorPlayerSplitButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltVideoEditorPlayerSplitButtonWireframe extends React.FC<IVeltVideoEditorPlayerSplitButtonWireframeProps> {
}
declare const VeltVideoEditorPlayerSplitButtonWireframe: IVeltVideoEditorPlayerSplitButtonWireframe;
export default VeltVideoEditorPlayerSplitButtonWireframe;
