import type { RGBA } from '../../models'; /** * Determine if the value is of type {@link RGBA} * @param value */ export declare const isRGBA: (value: any) => value is RGBA; //# sourceMappingURL=is-rgba.helper.d.ts.map