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