export type EdgeMode = 'off' | 'soft' | 'strong'; export declare function edgeColorFor(background: string): string; export declare function edgeOpacityScaleFor(background: string): number; //# sourceMappingURL=edge-style.d.ts.map