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