import type { TypedColor } from "./api.js";
/**
 * Returns true, if given color is within the RGB gamut (without clipping).
 *
 * @param src -
 * @param eps -
 */
export declare const isRgbGamut: (src: TypedColor<any>, eps?: number) => boolean;
//# sourceMappingURL=is-gamut.d.ts.map