import type { TRgbaColor, TRgbColor } from './types'; export declare function rgbaToRgb(rgba: TRgbaColor): { rgb: TRgbColor; alpha: number; };