import { ElementStateColors, ElementStates } from '../types'; /** * @internal */ export declare const getElementStateColor: (value: string | ElementStateColors, state: ElementStates) => string; //# sourceMappingURL=utils.d.ts.map