import { LabColor } from "@aurigma/design-atoms-model";
import { ILabColorParser } from "./IColorParser";
export declare class LabColorParser implements ILabColorParser {
    parse(colorString: any): LabColor | null;
}
