import { SwatchRGB } from '@microsoft/fast-components'; /** * The background color swatch. * @internal * @deprecated - only used in the deprecated ag-theme-material theme */ export declare const backgroundSwatch: SwatchRGB; /** * The foreground color swatch. * @internal * @deprecated - only used in the deprecated ag-theme-material theme */ export declare const foregroundSwatch: SwatchRGB; //# sourceMappingURL=colors.d.ts.map