declare const colors: {
    primary: string;
    secondary: string;
    tertiary: undefined;
    'bg-primary': string;
    'bg-secondary': string;
    'text-primary': string;
    'text-secondary': string;
    'text-tertiary': string;
};
export declare function color(key: keyof typeof colors, fallback?: string | undefined): string;
export {};
//# sourceMappingURL=colors.d.ts.map