import type { Hue } from '../../types'; interface Props { hue: Hue; min?: number; max?: number; } export declare function OpacityScale({ hue, min, max }: Props): (value: number) => { backgroundColor: string; textColor: string; }; export {}; //# sourceMappingURL=OpacityScale.d.ts.map