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