import type { HEXString, RGB, RGBA, RGBString } from '../base'; export default function asNumber(color: RGB | RGBA | RGBString | HEXString): number;