import type { Rgb } from './types.js'; export declare const AREA_CIRCLE_R = 12.5; export declare const SLIDER_CIRCLE_R = 10.5; export declare const COLORS: [Rgb, number][]; export declare const FIRST_COLOR: Rgb; export declare const MATCHERS: { hex3: RegExp; hex6: RegExp; hex4: RegExp; hex8: RegExp; other: RegExp; }; //# sourceMappingURL=consts.d.ts.map