import { IconColor } from "./icon.style"; export declare const isLegacyWhiteColor: (colorValue: string) => boolean; export declare const resolveSemanticColor: (colorValue?: string) => IconColor | undefined;