import React from 'react';
import { FileInputProps as MantineFileInputProps } from '@mantine/core';
export type FileInputProps = MantineFileInputProps;
declare const FileInput: (props: FileInputProps) => React.JSX.Element;
export { FileInput };
