import { SwatchRGB } from '../swatch.js'; /** * @internal */ export declare const white: SwatchRGB; /** * @internal */ export declare const black: SwatchRGB; /** * @internal */ export declare const middleGrey: SwatchRGB; /** * @internal */ export declare const accentBase: SwatchRGB; /** * @internal */ export declare const errorBase: SwatchRGB;