import type { BoxProps } from '../Box/Box';
export declare function getCSSVariable(colorName?: BoxProps['color']): string | undefined;
