import { RGBShort } from "../types/index.js";
/**
 * Returns true in case, passed value has #RGB format.
 * @param value - value to check.
 */
export declare function isRGBShort(value: string): value is RGBShort;
