import type { SegmentationRepresentations } from '../../enums'; import type { RepresentationStyle } from './SegmentationStyle'; export declare function setGlobalStyle(type: SegmentationRepresentations, styles: RepresentationStyle, suppressEvents?: boolean): void;