import React from 'react'; import { SubtitleGroupProps } from './interface'; declare const SubtitleGroup: React.FC; export default SubtitleGroup;