import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltSubtitlesCloseButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltSubtitlesCloseButtonWireframe extends React.FC<IVeltSubtitlesCloseButtonWireframeProps> {
}
declare const VeltSubtitlesCloseButtonWireframe: IVeltSubtitlesCloseButtonWireframe;
export default VeltSubtitlesCloseButtonWireframe;
