import React from 'react'; import { RulerPickerItemProp } from '../utils/types'; export declare const RulerPickerItem: React.MemoExoticComponent<({ isLast, index, gapBetweenSteps, shortStepHeight, longStepHeight, stepWidth, shortStepColor, longStepColor, vertical, stepStyle, }: RulerPickerItemProp) => React.JSX.Element>; //# sourceMappingURL=RulerPickerItem.d.ts.map