/** * Convert an RGB array to a CSS string definition. * Converts white lines to black as the default. */ declare const _default: (rgb: number[]) => string; export default _default;