import { MantineInputProps } from '../hooks/types'; import { InnerMantineNumberInputProps } from './types'; export declare const InnerMantineNumberInput: (props: InnerMantineNumberInputProps) => string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null; export declare function MantineNumberInput(props: MantineInputProps): import("react/jsx-runtime").JSX.Element;