import { Color, ColorChannel } from '@zag-js/color-utils';

declare function getChannelDisplayColor(color: Color, channel: ColorChannel): Color;

export { getChannelDisplayColor };
