import { Theme } from '../styles';
import { ColorPath } from '../types/color';
export declare function resolveThemeColorByPath(theme: Theme, color?: ColorPath): string | undefined;
