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