export interface CaptionStyleTemplateModel {
    key: string;
    label: string;
    requiresHighFps?: boolean;
}
