import type { Appearance, CSSColor } from './internal-types'; export declare const presetStrokeColors: { [TKey in Appearance]: CSSColor; }; export declare const presetStrokeWidth: 'var(--ds-border-width-selected)';