import { MD3Color } from './base';
import { MD3ThemeConfig } from '../config';
export declare const alphaValue = "<alpha-value>";
export declare const md3Colors: (config: MD3ThemeConfig) => Record<MD3Color, string>;
