/**
 * Determines how WebVTT styling is handled.
 * @export
 * @enum {string}
 */
export declare enum WebVttStylingMode {
    PASSTHROUGH = "PASSTHROUGH",
    DROP_STYLING = "DROP_STYLING"
}
export default WebVttStylingMode;
