import type { SegmentationRepresentations } from '../../enums'; import type { RepresentationStyle } from './SegmentationStyle'; export declare function getGlobalStyle(type: SegmentationRepresentations): RepresentationStyle;