import { ComputeRange } from '@techmely/types';

type MAXIMUM_ALLOWED_BOUNDARY = 101;
declare function percentToHex(percent: ComputeRange<MAXIMUM_ALLOWED_BOUNDARY>[number]): string;

export { percentToHex };
