import { SwatchRGB } from '@microsoft/fast-components'; export declare const darkColors: { foregroundSwatch: SwatchRGB; headerForegroundSwatch: SwatchRGB; backgroundSwatch: SwatchRGB; borderSwatch: SwatchRGB; rowHoverSwatch: SwatchRGB; }; export declare const lightColors: { foregroundSwatch: SwatchRGB; headerForegroundSwatch: SwatchRGB; backgroundSwatch: SwatchRGB; borderSwatch: SwatchRGB; rowHoverSwatch: SwatchRGB; }; //# sourceMappingURL=colors.d.ts.map