import { Palette } from "../__utils/types"; export declare function ref(name: string, fallback?: string): (palette: Palette) => string | undefined;