import type { Danmaku, SubtitleStyle } from '../types';
export declare const event: (list: Danmaku[], config: SubtitleStyle) => string;
