import { View } from 'react-native'; import type { NumberFieldRootState } from '../root/NumberFieldRoot'; import type { ZestUIComponentProps } from '../../types'; /** * Groups the input with the increment and decrement buttons. * Renders a ``. */ export declare function NumberFieldGroup(componentProps: NumberFieldGroup.Props): import("react").ReactElement>; export interface NumberFieldGroupState extends NumberFieldRootState { } export interface NumberFieldGroupProps extends ZestUIComponentProps { } export declare namespace NumberFieldGroup { type State = NumberFieldGroupState; type Props = NumberFieldGroupProps; } //# sourceMappingURL=NumberFieldGroup.d.ts.map