/// /** * Internal dependencies */ import type { GeChiUIComponentProps } from '../ui/context'; import type { UnitSelectControlProps } from './types'; export default function UnitSelectControl({ className, isUnitSelectTabbable: isTabbable, onChange, size, unit, units, ...props }: GeChiUIComponentProps): JSX.Element; //# sourceMappingURL=unit-select-control.d.ts.map