export declare const toHexCode: (code?: string) => string | undefined; export declare const toRegular: (code?: string) => string; export declare const alphaToHex: (alpha?: number) => string; export declare const removeAlpha: (code: string) => string;