import type { FoundationColors } from '../types';
declare const foundationColors: FoundationColors;
export default foundationColors;
