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