import { CssVariable } from '../../../../Box'; export type ResolvedVars = Partial>>; export declare function mergeVars(vars: (ResolvedVars | undefined)[]): Partial>>;