import { MantineObjectInputProps } from './types'; export declare function MantineObjectInput(props: MantineObjectInputProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null;