/// <reference types="react" />
import type { BoxUnitControlProps } from './types';
export default function BoxUnitControl({ isFirst, isLast, isOnly, onHoverOn, onHoverOff, label, value, ...props }: BoxUnitControlProps): JSX.Element;
//# sourceMappingURL=unit-control.d.ts.map