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