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